Hi Isomorphic;
My SmartGWT version is: 'v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)'.
My application is using SmartGWT + Spring + Hibernate
We have implemented a list grid where grid is supplied a preExisting list of data using: 'grid.setData(recordList)'.
As the recordList is large , Grid rendering becomes very slow.
As the settings: grid.setDataFetchMode(FetchMode.PAGED);
grid.setDataPageSize(1);
don't work with grids not fetching data automatically from dataSource, Could you please suggest if there is any other setting which can help my grid to render data fast?
My SmartGWT version is: 'v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)'.
My application is using SmartGWT + Spring + Hibernate
We have implemented a list grid where grid is supplied a preExisting list of data using: 'grid.setData(recordList)'.
As the recordList is large , Grid rendering becomes very slow.
As the settings: grid.setDataFetchMode(FetchMode.PAGED);
grid.setDataPageSize(1);
don't work with grids not fetching data automatically from dataSource, Could you please suggest if there is any other setting which can help my grid to render data fast?
Comment