I have a TreeList with a DataTable as datasource. One of the columns are of type bool in the DataTable and is automatically shown as a checkbox editor in the TreeList. I'm looking for an event that is fired immediately after a checkbox's checked state is changed. I'm handling the CellValueChanged event, but it fires only after the node is loses focus. I can't seem to find any event from the TreeList that will fire immediately after a checkbox is changed. Any suggestions?
Seems like CellValueChanging
should serve you well in this case.