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

Grid refreshing issue with persistence framework

1 Answer 58 Views
Persistence Framework
This is a migrated thread and some comments may be shown as answers.
umesh khandelwal
Top achievements
Rank 1
umesh khandelwal asked on 26 Nov 2014, 08:40 AM
I am using Telerik Grid inside the Asp.net Ajax Update Penal.

To make my grid settings persistent based on Users , using Telerik GridSettingsPersister framework in my code.

Issue is :
1. Rearrange the Grid columns for 'user1' (dont  save the settings)
2. Select 'user2' , it should load the grid based on user2 settings which is saved in db inseated of it is loading grid as step1 grid .

bjGspSavedGridSettings.LoadSettings(objGspSavedGridSettings.Settings.ToString());
PageGridView.Rebind();

This behavior is happening sometimes not all the times .


1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 01 Dec 2014, 07:52 AM
Hi,

You can persist the order of the columns in RadGrid with RadPersistenceFramework. Try following the approach illustrated in the online demo below:

Also, make sure that multiple compression is not enabled for the controls. This could interfere with persisting  the settings properly.


Regards,
Viktor Tachev
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
Persistence Framework
Asked by
umesh khandelwal
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or