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

RadGrid - Resetting Grid with Persistent Manager

1 Answer 197 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 2
Tom asked on 02 Apr 2019, 03:46 PM

Hello

I have a form that has 7 grids.  Each grid is being displayed within a separate RadPanel.  Screenshot is attached.

We are using the Persistent Framework to store user settings.  The Save and Load work great!  The Reset works great if we are resetting all the grids.

My question is, Is it possible to Reset just one grid and allow all other grids to maintain their settings?  Is there a function available that allows us to get very granular when resetting certain controls on a page?

Thanks

Tom

1 Answer, 1 is accepted

Sort by
0
Attila Antal
Telerik team
answered on 05 Apr 2019, 11:06 AM
Hi Tom,

To be able to manipulate settings for multiple controls individually, you will need to use the Custom Settings functionality to store settings for each of the controls (multiple RadGrid in this case) individually. You can check out the Store Custom Settings documentation for guidance and details.
Once you have that implemented, you will be able to remove the settings of specific controls instead of removing it for all.

I hope this will be helpful.

Kind regards,
Attila Antal
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
Tom
Top achievements
Rank 2
Answers by
Attila Antal
Telerik team
Share this question
or