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

Remember selections

1 Answer 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 03 Aug 2010, 06:44 PM
Hi there. I'd like to be able to save and load current grid state (expanded state of groups, and currently selected row). Is there an easy way to do this (preferably with MVVM binding)?

 Cheers,
 Steve

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 04 Aug 2010, 04:14 PM
Hello Stephen,

You can follow up the idea exposed in our demos and explained in details in the online documentation. However, you will need to add a new class - RowSettings for example that will be responsible for the properties of the GridViewRow - in your case IsSelected and IsExpanded.  The pattern would be same as the ColumnSettings class.
 

Sincerely yours,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Stephen
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or