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

RadGrid Paging

1 Answer 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fidel
Top achievements
Rank 1
Fidel asked on 02 Oct 2018, 07:15 PM

Hi,

We are currently using  RadGrid to display a list of items. The number of items are now about 8000 records and has lead to timeouts when navigating to different pages. After further inspection, the  RadGrid control is sending all the data back to the server when the user changes to a different page. The total amount of data in our case is around  35MB. Is there something I am missing in the configuration of this grid? is this the normal behavior of the grid?

Thanks in advance for your help.

1 Answer, 1 is accepted

Sort by
0
Fidel
Top achievements
Rank 1
answered on 03 Oct 2018, 02:48 PM
I've resolved the issue. The problem was we were misusing ViewState. It was being used to cache the results of from our sproc. After removing those items from the view state it is now much faster.
Tags
Grid
Asked by
Fidel
Top achievements
Rank 1
Answers by
Fidel
Top achievements
Rank 1
Share this question
or