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

Gridview performance issue

1 Answer 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Prashant
Top achievements
Rank 1
Prashant asked on 12 Feb 2016, 03:48 AM

HI, 

 

I am using telerik gridview. And to render 8000+ records  its take 3-4 sec.

Its has 25+ columns and many columns having hyperlink to perform some action.

Please let us know is there any way improve the performance. With keeping all existing functionality.

 

Regards

Prashant

 

 

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 15 Feb 2016, 12:37 PM
Hello Prashant,

Please make sure that UI virtualization is enabled and that you're following all the best practices for optimal performance. Most importantly, you should ensure that RadGridView is not placed in controls/panels which will measure it with infinity. For example, ScrollViewer, and Grid with Row.Height=Auto or Column.Width=Auto will measure with infinity. When the control is measured with infinity the virtualization turns off.

Please let me know whether you find the provided information helpful.

Regards,
Dilyan Traykov
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
Prashant
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or