Multiple Events in grid

Hi I want to have two events in a grid

  1. onCheck
  2. onEditCell

The problem is none of the events get triggered on Editing a Cell.

The solutions seems to be resolved if i remove either of the events.

Please let me know incase i can use these two events without conflicting each other.

I have found that the 2 events work well together. You might want to develop in Chrome and watch the console log to make sure you’re not getting an javascript error.

The onEditCell fires during an edit event.

Then if you are editing a checkbox, onCheck will fire afterwards.