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

Grid load not on demand

3 Answers 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Matteo Beretta
Top achievements
Rank 1
Matteo Beretta asked on 18 Mar 2011, 04:16 PM
Hi , i have a radgrid populated with a dataset:
Dataset.DS.PianificazioneDataTable dt = new Dataset.DS.PianificazioneDataTable();
  
row["Base"] = item.OFATH;
dt.Rows.Add(row);
  
rgvPianificazione.DataSource = dt;

now when i scroll down the grid, it takes 1/2 seconds to load the next row ( i have many columns...)
is it possible, to load the entire dataset, so the scroll should be immediately

thank in advantage

3 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 18 Mar 2011, 04:25 PM
Hello Matteo,

The RadGridView uses UI Virtualization which means that whilst your data is loaded, it only creates the objects for the visible items. This aids performance. However, there were may further performance improvements, including some to scrolling in the latest Q1 2011 release of the RadGridView, and indeed all of the controls.

I'd suggest upgrading to the latest version to take advantage of this and may other improvements and new controls.
Hope that helps
Richard
0
Richard Slade
Top achievements
Rank 2
answered on 21 Mar 2011, 10:09 AM
Hello,

Did this help? If so then please remember to mark as answer. If you need further help, please let me know
Thanks
Richard
0
Jack
Telerik team
answered on 23 Mar 2011, 02:54 PM
Hi Matteo, could you please specify which version are you using. Like Richard suggested, you can try our latest release which contains many improvements. If the issue continues to appear, send us your application and we will try to locate the bottleneck.

Regards,
Jack
the Telerik team
Tags
GridView
Asked by
Matteo Beretta
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Jack
Telerik team
Share this question
or