DataGridView Check Box selection
- by adopilot
I added datagridview to my win forms app and I also added one Check Box for marking rows.
ChekBox work as I accepted until user do sorting of DataGridView, After that previous selection of checkbox column get lost.
Is there a way to I make my datagridview remember which row is selected and after user do a sorting.