Maximum number of records jquery grid can display?
        Posted  
        
            by kumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kumar
        
        
        
        Published on 2010-06-09T00:27:49Z
        Indexed on 
            2010/06/09
            0:32 UTC
        
        
        Read the original article
        Hit count: 260
        
jQuery
can any body help me out this problem,
I have jquery grid, i am trying to display 20k records or users on the grid?
what i am doing is first using stored procrdure i am getting all 20k records, initially each page 100 records i am shoiwng in the jquery grid...
on the top of the jquery grid i have GetAll button,,, if i click this button i need to see all 20k records on the grid in a single page..
is there any way we can handle this?
thanks
© Stack Overflow or respective owner