I have this tiny little issue with the datagrid.
In my grid I have a checkbox column which is the only editable column.
The behavior that I'm looking for is for the datagrid to update i's datasource as soon as the status of the checkbox changes. So user checks/unchecks the box > underlying datatable gets updated.
The default behavior seems to update the source when the row loses focus requiring the user to press a key or click on some other control to save the changes.
How can I change this behavior?
I don't see any property for the datagrid that could do this and no CheckChanged event for DataGridCheckBoxColumn.