Maybe check out DataTables new virtual scrolling feature: http://datatables.net/blog/Introducing_Scroller_-_Virtual_Scrolling_for_DataTables. I think jQgrid may have a similar feature as well. Anthony
On Tuesday, June 21, 2011 1:26:50 PM UTC-4, Vineet wrote: > @Sebastian, @pbreit, > I understand what you mean to say. > If I get you rightly, I should fetch only a limited no. of rows > through pagination. > It makes sense for most of the situations. > > But for some cases, rendering all the records on single page is > required. > e.g. consider a big automobile workshop. > A report for spare parts price list (with >12,000 parts) is to be > viewed. > For the customer, using pagination & clicking "next", "next",... is > unsuitable. > After rendering the total parts on single page, he/she may apply a > desired filter and analyze the data. > > > On Jun 21, 9:50 pm, "Sebastian E. Ovide" <sebasti...@gmail.com> > wrote: > > why you need to return 10k records in one go ? > > > > -- > > Sebastian E. Ovide