This question is locked. New answers and comments are not allowed.
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?
