This question is locked. New answers and comments are not allowed.
Hi,
We have a Silverlight Dashboard application, where we are using Telerik RadGridView to display data.
We are facing issues with performance of the RadGridView , It degrades significantly if the number of records is higher.
The Middle tier is RIA service to fetch data from database. The backend query takes 1-2 seconds to return 2000+ records but the UI takes more than 30 secs to show data.
We tried using "DomainDataSource" for partial data rendering but it did not help. The first page renders quickly but to complete the backlog of all pages it takes time.
Please suggest any best practices or improvement patterns for the Grid to show data faster with RIA services.
Thanks for your help in advance.
Regards,
Rahul
We have a Silverlight Dashboard application, where we are using Telerik RadGridView to display data.
We are facing issues with performance of the RadGridView , It degrades significantly if the number of records is higher.
The Middle tier is RIA service to fetch data from database. The backend query takes 1-2 seconds to return 2000+ records but the UI takes more than 30 secs to show data.
We tried using "DomainDataSource" for partial data rendering but it did not help. The first page renders quickly but to complete the backlog of all pages it takes time.
Please suggest any best practices or improvement patterns for the Grid to show data faster with RIA services.
Thanks for your help in advance.
Regards,
Rahul