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

Maintain Expand/Collapse State in RadTreeListView

0 Answers 80 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Bhaskar Khaund
Top achievements
Rank 1
Bhaskar Khaund asked on 02 Mar 2012, 10:33 AM
I am using RadTreeListView control to display data as a hierarchical view. I am binding my entity collection to the control using ItemSource, and my entity collection is of type ObservableCollection<T>. Whenever some data is changed in the source collection, i am performing an ItemSource again on the control. This is leading to losing all the expand/collapse state of the control. Thats is, as soon as I bind the new data (ItemSource), it updated the data but closes the expand/collapse state. How can I maintain the expand/collapse state of control even after ItemSource.

No answers yet. Maybe you can help?

Tags
TreeListView
Asked by
Bhaskar Khaund
Top achievements
Rank 1
Share this question
or