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

Persist hierarchical gridview

1 Answer 87 Views
PersistenceFramework
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 04 Apr 2012, 11:00 AM
Hello,
I've got no problem persisitng RadGridView in a Caliburn Micro MVVM pattern...it's ok it works and I'm happy on this... but it doesn't persist gridview with hierachical child tempate

what it's best to do? have I to extend the GridViewCustomPropertyProvider from the demo's suite?
Thanks

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 09 Apr 2012, 09:22 AM
Hello,

I attached a sample solution that demonstrates how to persist a hierarchical RadGridView control - in the solution the column, filter and sorting settings are persisted along with the expanded rows of the GridViews in all levels of the hierarchy. In order to implement this functionality you'll need a helper class that keeps a reference of the RadGridView control and attaches to its RowLoaded and RowIsExpandedChanged events to keep track of the expanded rows.

I hope the solution will help, but please let us know if we can further assist you.

All the best,
Tina Stancheva
the Telerik team

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

Tags
PersistenceFramework
Asked by
Michele
Top achievements
Rank 2
Answers by
Tina Stancheva
Telerik team
Share this question
or