Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
500
Grid Checkbox event
posted

Hi,

In the sample attached, the boolean value in the grid is rendered as checkbox, but none of following editor event is triggered.

valuedChanged

keydown

keypress

keyup

click

I'd like to capture checkbox event, espeically valueChanged event, in our application to do some business logic validation. editCellStarting, editCellEnding do not fit our application require, because once checkbox is set focus, the value can be changed, and editCelllEnding event only fired once when checkbox lost focus.

Any comment/suggestion is appreciated,

Michael

gridCheckboxEditorEventSample.zip