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

Storing the State of the GridView in Database

4 Answers 94 Views
GridView
This is a migrated thread and some comments may be shown as answers.
chintan
Top achievements
Rank 1
chintan asked on 02 Jul 2009, 06:45 AM
Hi,

We want to save the state of the Grid on any action like button click / user logs out / window close.

The Column's Sort Order, Displayed Columns ( columns will be selected the way it is in the Silverlight Demo > GridView > Context Menu ) , Columns Index Order.

Could anybody please assist us to achieve this??

Thanks in advanced.

4 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 02 Jul 2009, 07:13 AM
Hi,

You can use the approach from this demo:
http://demos.telerik.com/silverlight/#GridView/SaveLoadSettings

however instead of IsolatedStorageFile you will need to send/load settings via service.

Best wishes,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Diptimaya
Top achievements
Rank 1
answered on 23 Nov 2011, 08:34 AM
Hi Vlad,

I am using Q3 2011 silverlight controls.

Does the radgridview support maintaining the state.

The above link is not working.

Thanks
0
Maya
Telerik team
answered on 23 Nov 2011, 08:38 AM
Hello Diptimaya,

The recommended approach now is to work with RadPersistenceFramework. Please take a look at this demo for further reference.

Best wishes,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Diptimaya
Top achievements
Rank 1
answered on 23 Nov 2011, 10:15 AM
Hi Maya,

I need to persist the state of the gridview properties like sorting, filtering, childgrids expanded.
All the above has to be persisted while the data is refreshed.

Thanks
Tags
GridView
Asked by
chintan
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Diptimaya
Top achievements
Rank 1
Maya
Telerik team
Share this question
or