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

On Update Command see if anything changed

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 1
Doug asked on 27 Aug 2018, 03:21 PM

I have a RadGrid which has 7 columns.  I am using InLine editing for my Edit Mode.  What I am looking for is a concise way to check to see if anything changed on the Update Command, without having to look at each cell / column for the row that is being edited.  Is there a way I can check to see if anything on this row was changed and then if so i can loop through each column and check, but if not I will not do anything?  I am looking for something on the server side not client side.

thanks

 

doug

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 27 Aug 2018, 05:07 PM
Hello Doug,

I'd suggest you take a look at the batch editing mode: https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx.

Apart from the automatic operations you can see in the demo, you can also:

 


Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Doug
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or