Completed
Last Updated: 08 Jun 2017 13:21 by ADMIN
Imported User
Created on: 02 Apr 2014 07:31
Category: Grid
Type: Feature Request
41
Event for switching grid from edit to view mode in case of incell editing
Currently Kendo UI grid don't have any way to know that grid changes its mode from edit to view in case of incell editing.
As per thread (http://www.telerik.com/forums/is-there-any-way-to-know-grid-edit-mode-changes) we have to add blur/focusout event handler to know changing mode. But some time it happen (in case of adding custom widgets through columns editor) that blur/focusout event triggered but still grid is in edit mode.
Its better to have an event when grid changes its mode from edit to view so that we can minimize issue mentioned above.
1 comment
ADMIN
Pavlina
Posted on: 08 Jun 2017 13:21
We shipped beforeEdit and cellClose events in the grid widget:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-beforeEdit
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-cellClose