Hi, in the project attached there is a very simple example of checkbox column. I observed that the celleditended event is raised when cell lost focus if I check the box, and immediately when click on check if I uncheck it.
I need the behavior of unchecking also when checking.
Hi Gianluca,
You can use the second approach from this article and use the checkbox events: WPF DataGrid - Clicks in the CheckBox Column - Telerik UI for WPF
I hope this helps. Should you have any other questions do not hesitate to ask.
Yes that approach resolve the issue.
Thank you
Luigi