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

Persist radgrid Client Changes on ajax request

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
SHERFUDEEN
Top achievements
Rank 1
SHERFUDEEN asked on 02 Jan 2015, 01:31 PM
Hi,

Is there any method to persist the client side changes after ajax like .trackChanges() and .commitChanges() for combobox?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 07 Jan 2015, 07:15 AM
Hi Sherfudeen,

RadGrid does not provide such functionality, but if you are changing the client state of the control, you can call the saveClientState method. However, this applies only to the client state, so if you refer to changes made on some nested elements, those changes will not be preserved and you will have to use some custom approach for accomplishing this.


Best Regards,
Konstantin Dikov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
SHERFUDEEN
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or