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

[Solved] Adding the columns in the background

2 Answers 63 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dario
Top achievements
Rank 1
Dario asked on 19 Aug 2009, 01:26 PM
Hi,
I have a grid with a lot of columns (100-200), and I would like to optimize my data presentation.
Right now, for a 100 columns it takes approx 3.5 sec from the moment data is loaded in the grid (caught with "DataLoaded" event) to the moment the data is presented (caught with "LayoutUpdated" event which I registered in the "DataLoaded" event).
What I would like to do is add only 10 columns at the start, then bind the grid to a data, and after the user can see these 10 columns I would add all the other columns in the background. 
I tried to implement something like this, but that part "in the background" is escaping me... 
Any ideas how to implement something like this?

2 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 19 Aug 2009, 01:29 PM
Hi Dario ,

I suggest you to wait a bit (if this is possible in your case of course) for our Q3 release (early beta is expected next month). The grid will have built-in columns (horizontal) virtualization and you will not have such performance problems.

Greetings,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Dario
Top achievements
Rank 1
answered on 19 Aug 2009, 01:46 PM
Wow, that was quick :)
tnx ;)
Tags
GridView
Asked by
Dario
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Dario
Top achievements
Rank 1
Share this question
or