DataGridView Check Box selection
Posted
by adopilot
on Stack Overflow
See other posts from Stack Overflow
or by adopilot
Published on 2010-05-08T11:01:36Z
Indexed on
2010/05/08
11:08 UTC
Read the original article
Hit count: 330
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.
© Stack Overflow or respective owner