Hi,
I have got a column with DataType Boolean, so the values are displayed as Checkboxes.
Now I want to react to user input as the displayed Checkbox value changes to exit edit mode and process the change. I presume, normally the CellChange event should fire, but in my case it does not. Is that behavior well-known? Which event should I use instead, or how will I make CellChange fire on a checked change?
Best
Fr. Kunze
Hello ,
I am glad to hear that you were able to solve your issue. Please do not hesitate to contact with us if you have any further questions regarding this matter.
Thank you for using Infragistics Components.
I solved my problem.
The CellChange event did react to keyboard input (space) correctly. In case of mouse clicks, the grid updated directly because i set SetUpdateModeOnCellChange() to True and did not fire the CellChange event.