Datagridview repositioning rows automatically

G

Guest

Greetings!
I am using a Datagridview bound to a custom collection [IBindingList] and it
shows three columns- one is DataGridViewCheckBoxColumn and other two are
DataGridViewTextBoxColumns. The list of the items is displayed in the
datagridview and I start checking the DataGridViewCheckBoxCells. As I do so
and scroll the list, the datagridview automatically switches the row position
in the datagridview. The checkboxcell that I was trying to click is
highlighted but is not checked and is not where my mouse pointer is
positioned. This happens randomly and the application users are not really
happy.

In order to resolve this, I reset the SortedMode, tracked changes in
CurrentCellDirtyStateChanged and CellValueChanged events but could not track
the behavior.

Has someone encountered this issue or someone direct me with some
suggestions to resolve this problem?

Thanks for your time.

Regards,
Raj
 
G

Guest

Hi!
Has anyone encountered this situation or can I report this as a bug?

Regards,
Raj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top