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

Rad Grid view performance issue

1 Answer 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sanjeev
Top achievements
Rank 1
Sanjeev asked on 31 Jan 2013, 09:12 AM
Hi Support,

I have observed one grid view performance issue, it is consuming my CPU memory for no reasons.

Here i have observed that when i move the window's scroll down the  grid view "RowLoaded" event is getting called.
i don't know why the "RowLoaded" event is triggered again although all the data is available at client side, This is costing my CPU memory.
so please tell is this a bug in telrik grid view control  or is there any patch available to come out of this behavior.



Thanks,
Sanjeev Thakur

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 01 Feb 2013, 09:05 AM
Hi Sanjeev,

What you reported is actually not a bug. Since the RadGridView supports UI Virtualization by default, only the currently visible elements will be initially realized. The rest of them are created on demand. Please check this help article for a reference. 

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Sanjeev
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or