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?
Hi,
Thank you for your reply. I am glad that you have managed to resolve your issue.
Let me know, if you need any further assistance on this matter.
Thank you. I've used CellUpdated event. CellChanged event will be triggered many times if I enter something.
Hello,
I am just checking if you require any further assistance on the matter.
Thank you for your post. I was looking into your issue and I was trying to reproduce it on my side without any success. On my side the ‘CellChanged’ event fires when the state of a checkbox is changed and the ‘EditModeEnded’ event fires when a particular cell was selected and then a new cell is selected.
I am attaching a sample application(DataGridCheckBoxFieldSelection.zip) that I used for my tests.
Please let me know, if the issue still exists on your side.