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

Batch editing event for rows

1 Answer 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 03 Jan 2017, 07:57 PM
It seems like, when you have batch editing set to EditType Row, that the OnBatchEditClosing event fires once for each editable column in the grid. It would be nice if there were an event which fired only once for the row. This event would expose arguments allowing users to obtain the new/original values for each editable column in the row. In this way, we can capture a row being edited and perform some client-side actions based on this. As it stands, we would have to perform these actions for each individual cell, which sort of defeats the purpose of row-level batch editing.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 04 Jan 2017, 01:00 PM
Hi Albert,

Currently there is no event that will fire after all cells are closed, but you can use the event arguments and execute your logic after the event fires for the last cell (using the unique name of the column from the arguments).

You can also log a feature request in our public portal for introducing such event for the Batch editing:

Regards,
Konstantin Dikov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or