This question is locked. New answers and comments are not allowed.
My code is radgridview.datasource=a (a is list<studeng> whcih has 20 thousand ),the speed is so slow;
my idea is when user firstly enter the web page , I set radgridview.datasource=a1 (a1 is the first 1 thousand rows of data in a);
and than I set radgridview.datasource=a1 (a1 is the first 2 thousand rows of data in a);
....
and than I set radgridview.datasource=a19 (a1 is the first 19 thousand rows of data in a);
and than I set radgridview.datasource=a20 (a1 is the first 20 thousand rows of data in a);
but it seems doesn't work, how to solve it ?
my idea is when user firstly enter the web page , I set radgridview.datasource=a1 (a1 is the first 1 thousand rows of data in a);
and than I set radgridview.datasource=a1 (a1 is the first 2 thousand rows of data in a);
....
and than I set radgridview.datasource=a19 (a1 is the first 19 thousand rows of data in a);
and than I set radgridview.datasource=a20 (a1 is the first 20 thousand rows of data in a);
but it seems doesn't work, how to solve it ?