I have Kendo Grid with "incell" editable mode and custom buttons for save, delete.
We have kendocombobox as editor and the user changes multiple rows before saving a row.
Is there a way to reset the previously edited row when the user moves to edit another row?
Nikolay
Telerik team
commented on 08 Mar 2023, 07:46 AM
| edited
Hi Shrenivas,
Could you please share more information on the requirement?
Do you need to have only one edited row when the user hits the Save button? If this is so I recommend switching to inline editing mode where the user can edit and save only one row at a time.
The incell editing is designed to batch update multiple records.
Nevertheless, you can use the calcelChanges() dataSource method to cancel pending changes in the dataSource.
Hi Shrenivas,
Could you please share more information on the requirement?
Do you need to have only one edited row when the user hits the Save button? If this is so I recommend switching to inline editing mode where the user can edit and save only one row at a time.
The incell editing is designed to batch update multiple records.
Nevertheless, you can use the calcelChanges() dataSource method to cancel pending changes in the dataSource.
Regards,
Nikolay