In our xamdatagrid, one column is boolean type. If I check/uncheck the checkbox, EditModeEnded event and cellchanged event are not triggered. So, what event shall I use if I want to do something after I change this cell value?
Hello,
I am just checking if you require any further assistance on the matter.
Thank you. I've used CellUpdated event. CellChanged event will be triggered many times if I enter something.