This is a migrated thread and some comments may be shown as answers.

Kendo Grid equivalent of onEditComplete

0 Answers 118 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dvorak
Top achievements
Rank 1
Dvorak asked on 10 May 2013, 01:28 AM
Is there an event equivalent to onEditComplete for Kendo Grid where the event fires only after the content of the cell has been edited?

Documentation mentions "edit" event, but this fires as soon as the cell goes into edit mode (So this is equivalent to onBeginEdit). The closest event with the desired behavior I found was the "save" event, but this event fires unexpectedly from time to time. For instance, if the cell has an up/down arrow to increment/decrement the integer and if the user clicks on the arrows, the save event fires even though the cell is still in edit mode.

The grid's editmode is set to incell.

Edit: For the particular issue above, I've found out that the save event firing upon incrementing/decrementing happens only when the navigatable option is set to true. Is this a bug?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Dvorak
Top achievements
Rank 1
Share this question
or