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

How to stop the grid from being rendered while manipulating data

1 Answer 100 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rotem
Top achievements
Rank 1
Rotem asked on 25 Oct 2011, 10:39 AM

Hello,
Can I stop the grid from being rendered while manipulating data, and making it render again only at a specific point?

Now I have serious performance issues, which seems to be caused by over re-measuring of the grid.

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavel Pavlov
Telerik team
answered on 25 Oct 2011, 01:32 PM
Hi Rotem,

What do you mean by "manipulating data". If this is adding / removing items , you can try using RadObservableCollection as ItemsSource. It has a  mechanism of suspending /resuming notifications which might be handy in such scenario.

Best wishes,
Pavel Pavlov
the Telerik team

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

Tags
GridView
Asked by
Rotem
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or