I have a datatable that have 500 rows. And I assign it to the Radgrid by
"rgAdvSearch.DataSource = dtData" at page_load. My Radgrid don't have paging, but it takes over a minutes to finish loading. When I enable the paging of the Radgrid, it take only few seconds to get it done. I want to know how can it be faster if I don't want paging. Thanks.
"rgAdvSearch.DataSource = dtData" at page_load. My Radgrid don't have paging, but it takes over a minutes to finish loading. When I enable the paging of the Radgrid, it take only few seconds to get it done. I want to know how can it be faster if I don't want paging. Thanks.