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

Suspend Binding Please

1 Answer 49 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 08 Sep 2011, 11:40 AM
Hi,

I have a RadTreeListView bound to a rather complex hierarchical data structure.
We have a recalculation process that gets invoked in code behind that updates large portions of the collection hierarchy.

How can I suspend the notifications on the grid whilst this takes place & resume them once the code-behind process has finished ?...

Many thanks - Paul.

1 Answer, 1 is accepted

Sort by
0
B Jones
Top achievements
Rank 1
answered on 09 Sep 2011, 10:57 PM
Assuming you're using ObservableCollection<T>, switch to using RadObservableCollection<T> (defined in Telerik.Windows.Data.dll) and call SuspendNotifications() / ResumeNotifications().
Tags
TreeListView
Asked by
Paul
Top achievements
Rank 1
Answers by
B Jones
Top achievements
Rank 1
Share this question
or