1
Answer

DataGrid not updating property when using "single click" CheckBox colu

David Keren

David Keren

3y
1.3k
1

I am using a Datagrid in MVVM, and I want to remove the "double click" behavior of the Standard DataGrid, which contains one Checkbox-Column (inside a DataTemplateColumn) and another two regular columns, as follows:

 
 

 

Unfortunately, the CheckBox column works fine (single click), but clicking the CheckBox is not reflected in the IsSelected property. How can this problem be solved?

Answers (1)