Forum /
Ext GWT Community Forums (2.x) /
Ext GWT: Discussion /
Grid with more than 5000 rows
Grid with more than 5000 rows
Hi ,
How can we show more than 5000 rows per page at a time in Grid ?
I having GXT pagingUI using Grid to load 100 rows per page. But i am not able to load 5000 rows per page? Browsers are becoming unresponsive mode.
Please help on this issue.
Thanks & Regards,
V. Santhosh kumar
Do you use RPC for this?
Than the first bottleneck you will hit it parsing of the response, than rendering etc.
You should use either paging with a lower page count or LiveGridView.
I am using RPC only with List of basemodels created at server side, sent back to client to fill the Grid. Here the requirement of showing grid without paging UI.
Using RPC with that many items will get your browser hang the first time. The second time is due to how you use the Grid component. You should use LiveGridView for this.
Thanks sven, I will check by using with LiveGridView
Similar Threads
By fabito in forum Ext 3.x: User Extensions and Plugins
Replies: 1
Last Post: 14 Jul 2010, 10:05 PM
By ektanit in forum Ext 3.x: Help & Discussion
Replies: 13
Last Post: 10 Aug 2009, 5:57 AM
By sreenija in forum Ext 1.x: Help & Discussion
Replies: 4
Last Post: 26 Nov 2007, 12:23 AM
By sreenija in forum Ext 1.x: Bugs
Replies: 1
Last Post: 22 Nov 2007, 5:24 AM
Tags for this Thread
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us