Hi there,
I was wondering if it is possible to remember the order in which rows are selected. I currently have a DataGridView which is bound to a collection of items. It appears that the OnRowStateChanged fires incorrectly during the process of selecting rows using the keyboard.
Any ideas?
Edit
I am using SelectionMode.FullRowSelect, it appears that the current selection is lost during the selection of a new row.
Thanks Rohan