Re: GWT GridPanel max no. of row can be populated

2013-03-26 Thread Jens
This is not a GWT-Ext/SmartGWT group, so I have no idea. You better ask at their forum: http://forums.smartclient.com/ -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it

Re: GWT GridPanel max no. of row can be populated

2013-03-26 Thread majumder . sourav . 2011
Thanks for the reply, com.gwtext.client.widgets.grid.GridPanel is in use. And can't replace that with another widget right now. What is the maximum no. of rows com.gwtext.client.widgets.grid.GridPanel can support? I agree with the idea of displaying limitied no. of rows to have optimized featur

Re: GWT GridPanel max no. of row can be populated

2013-03-25 Thread Jens
GWT only has a widget called "Grid" that is not limited in row size other than its decreasing performance the more rows/columns you add. An alternative is CellTable that supports pageable content and is meant to manage large data sets. In general its a good idea to only show a limited number of

GWT GridPanel max no. of row can be populated

2013-03-25 Thread majumder . sourav . 2011
Could anyone plz. inform me maximum no. of rows a GripPanle can support. I could display 5000 rows only. What about 15000-2 rows in a GridPanel with 50 rows per page? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe fr