I m trying to create a DataGrid which will have DataGridCheckBoxColumn . I have bound DataGridCheckBoxColumn to certian values coming from database. I m even able to select the checkbox but as soon as i selected a checkbox the previous one gets deselected. Means it is acting like a radio button.
Also when i m trying to select a checkbox i have to click it twice or else it does not get selected.
Kindly help me to solve the problem asap.
Kiresh GangariyaPosted Jun 7, 2013, 2:36 AM
try this links
http://wpf-mettyz.blogspot.in/2012/01/datagrid-with-datagridcheckboxcolumn.html
http://www.leghumped.com/2011/03/17/checkbox-to-select-in-wpf-datagrid/
http://www.mikeborozdin.com/post/WPF-DataGrid-CheckBox-Single-Click-CheckingUnchecking.aspx