Checkbox gets reset in WPF Datagrid when sorting

Posted by user464420 on Stack Overflow See other posts from Stack Overflow or by user464420
Published on 2010-10-02T04:38:57Z Indexed on 2010/12/31 2:53 UTC
Read the original article Hit count: 290

Filed under:
|
|
|
|

I have a WPF application with DataGrid The DataGrid contains 4 columns with a checkbox template column on the first column the problem is when i check some of the checkbox on the items, the checkbox would got reset when i sort a certain column. For example i check the checkbox on the row 2 it gets unchecked when i sort the datagrid.

been searching for similar case like this for a while but haven't seen one Thanks,

© Stack Overflow or respective owner

Related posts about wpf

Related posts about sorting