DataGridView, Checkbox Column, Sorting [modified]
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a DataGridView on a Windows Form , it has 3 columns, one of them is a CheckboxColumn, the other two columns are set to be automatically sortable. The problem is that when I sort one of the sortable columns, the selected checkboxes in the CheckBox column are lost.. How can I keep the checked checkboxes checked after performing a sort on another column.
modified on Saturday, February 14, 2009 7:20 AM