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

RadGrid with real-time updates causing slowed UI performance

1 Answer 90 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 14 Nov 2013, 08:46 PM
Hello,

We are currently using a RadGrid in our silverlight application that is sorting, updating, and filtering against real-time data. We are dealing with a high volume of data in the grid and fast updates. To increase performance we are currently grouping as many of the updates as we can into a single update on the grid by using the RadObservableCollection to SuspendTransactions and ResumeTransactions when the updates have been processed.

We can still see that the UI becomes sluggish ( ie. rows on the grid not being selected and column headers moving slowly) when the grid is sorted, filtered, updated against the streaming data. What recommendations are there to increase the performance so that the user can have a seamless experience with the grid while still receiving these updates?

For example, would it be possible to do the grid filtering and sorting off the UI thread?
Thanks.

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 15 Nov 2013, 12:04 PM
Hi,

I would suggest you to go through the Degraded Performance help article suggesting on how you could improve the performance. You can also review our "RealTime-Update" online demo.

I am afraid that those operations cannot be executed in a different thread.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Michael
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or