I have a form with a DataGrid showing search results from a database. The
DataGrid is bound to a DataView that I recreate with different sort options
and filter strings in response to user choices. I am also using a TableStyle
to control column appearance. If I put the cursor in a cell and change the
DataView, sometimes that cell "sicks" and floats above the new results. There
is no way to get rid of the stuck cell without relaunching the application.
Has anyone seen this behavior? Solutions?

RE: Data grid developing "sticky" fields by JustinWalgran

JustinWalgran
Tue Jun 28 16:00:03 CDT 2005

I am still having this problem. Does anyone have a solution?