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

Strange GridView performance issues

1 Answer 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jackey
Top achievements
Rank 1
Jackey asked on 18 Jun 2015, 01:46 PM

Hi team,

First I have to admit that the GridView is an amazing control I've ever used. However, when used in my App, a strange performance problem is occurring.

I have a frame control which i would set its Source property to different pages to do navigations. In one page, there are some basic controls, there are two other pages containing a GridView control apiece. When the App startups, it first shows the page containing those basic controls. When I go to other pages containing GridView controls, it takes a long time, it's roughly 8 seconds per my counting.  I measure the duration both for navigation and GridView loading (like RadGridView1.LayoutUpdated -= RadGridView1_LayoutUpdated;). And both values are less than 1000ms. Now I'm kind of lost now. It seems the GridView can be loaded quickly (My total data for GridView is 1400 rows * 17 cols), and the navigation also could be loaded quickly. The only left thing is rendering before users truly see the destination page. I can see nowhere could be the possible painpoint. Anyone ideas?

 

Thanks,

Jingfei

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 19 Jun 2015, 10:58 AM
Hello Jingfei,

In general, I would suggest you to go through the Degraded Performance and Grouped Scenario help articles suggesting on how you could improve the performance of the control. 

Regards,
Dimitrina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Jackey
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or