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

Is it possible to intercept an onEdit event in the Grid?

2 Answers 1248 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Catherine
Top achievements
Rank 1
Catherine asked on 13 Jun 2018, 09:29 PM
Similar to this demo [https://demos.telerik.com/aspnet-core/grid/events] is it possible to intercept an onEdit event so when the user changes a value in a specific cell it can be tracked?

2 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 18 Jun 2018, 05:50 AM
Hello, Catherine,

Currently, the Grid has the edit event which is fired once the cell/row is set in edit mode:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/events/edit

The other is the save event which is used in incell editing mode and it is fired once the edited cell is closed:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/events/save

If the desired result is to have an event when the editor value is changed, I can suggest subscribing to the change event of the editor itself:

https://dojo.telerik.com/ayeMEYuy

If this is not useful in the real application, please provide more details and we will try to suggest best suited for the scenario.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Catherine
Top achievements
Rank 1
answered on 19 Jun 2018, 04:50 PM
Thank you, that's exactly what I was looking for.
Tags
Grid
Asked by
Catherine
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Catherine
Top achievements
Rank 1
Share this question
or