This question is locked. New answers and comments are not allowed.
Dear Telerik,
I am having some difficulty getting the Grid View to display more than a few hundred rows of my data.
The data I have is an ObservableCollection (and also contains another ObservableCollection that I will ultimately use Hierarchically).
I have tried to follow your Performance example and have put the 'Load time' on to help:
1 result loads in ~400ms
62 results load in ~550ms
576 results load in ~630ms
but when I get to 5078 records the GridView just displays an hourglass and no matter how long I leave it never actually displays anything again.
At the moment I have reduced what it displays in the grid to two columns (a Title string and a Date column).
The basic Silverlight Grid, and the free DeveloperExpress DataGrid do not have the same problem and return 5000+ rows quite quickly.
Any ideas what I can do to diagnose or sort this problem ?
Regards
Glen
I am having some difficulty getting the Grid View to display more than a few hundred rows of my data.
The data I have is an ObservableCollection (and also contains another ObservableCollection that I will ultimately use Hierarchically).
I have tried to follow your Performance example and have put the 'Load time' on to help:
1 result loads in ~400ms
62 results load in ~550ms
576 results load in ~630ms
but when I get to 5078 records the GridView just displays an hourglass and no matter how long I leave it never actually displays anything again.
At the moment I have reduced what it displays in the grid to two columns (a Title string and a Date column).
The basic Silverlight Grid, and the free DeveloperExpress DataGrid do not have the same problem and return 5000+ rows quite quickly.
Any ideas what I can do to diagnose or sort this problem ?
Regards
Glen