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

Recommended use of GridSettingsPersister for every grid?

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 22 Jul 2013, 06:34 PM
I have an LOB application that about 10-20 people use and contains say 30 total grids on a site that has 20 different pages.  GridSettingsPersister works great, but am I going to have to much session memory used by this?  I know it depends on the server and app pool and all, but in general do people do this? Or is this good practice.  
Some of my users don't like it when the switch back and forth between pages, they lose their sort settings.  I can save it to the  GridSettingsPersister on every OnSortCommand, but I'm afraid to do it to every grid because of memory.
I use a shared server on and it has a decent amount of server memory for a shared server.  I'm guessing it's not a big deal to store 30 settings for 10 sessions.

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 25 Jul 2013, 05:13 PM
Hi Dan,

I recommend you try using PersistenceFramework control in your case.
http://demos.telerik.com/aspnet-ajax/persistence-framework/examples/overview/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/persistence-framework.html

Regards,
Pavlina
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
danparker276
Top achievements
Rank 2
Answers by
Pavlina
Telerik team
Share this question
or