Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2225
Grid performance question
posted

I'm using NA 2011.2 with latest SR, C#, MVC3, IE8

I'm a little concerned with the performance of the jquery grid. In my case, I have a datasource with thousands of records. I've also added paging. However, even though I'm only looking at 50 records at a time, fiddler shows that I'm actually recieving the FULL number of records returned from the database.

At the same time, if I go to the next page of items, another re-fetch of ALL the data takes place, just to get the next 50 records.  It seems less than efficient.

Surely I'm not doing something right. Is this the correct behaviour or is there something I can do to optimize this.

Thanks,
Tony