How to set up the datagrid control from the Xceed\Extended WPF Toolkit with checkbox column and binding
问题 I'm trying to swap out a WPF datagrid to a xceed\Extended WPF Toolkit DataGridControl. I need to react to the click event in a checkbox column ... to summarizing a number of other columns. In the existing datagrid I have a checkbox column, that is bound to a Observable Collection and I call a method if any check box is checked\unchecked. The xaml I use for this, which works, is as such: <DataGridTemplateColumn Width="40" Header="Inc"> <DataGridTemplateColumn.CellTemplate> <DataTemplate>