Kendo Grid Edit with dropdowns

0 Answers 42 Views
ComboBox Grid
Shrenivas
Top achievements
Rank 1
Shrenivas asked on 03 Mar 2023, 09:31 AM | edited on 03 Mar 2023, 09:35 AM

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.

Regards,

Nikolay

No answers yet. Maybe you can help?

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