Hi Isomorphic;
My SmartGWT version is: 'v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)'.
My application is using SmartGWT + Spring + Hibernate
I have a list grid which fetches data from DataSource with DataFetchMode = Basic so all the data is provided to grid at once.(No Paging)
But still when user scrolls down the page , user experiences white space in grid for a moment.
How to get rid of this white space in scrolling?
My SmartGWT version is: 'v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)'.
My application is using SmartGWT + Spring + Hibernate
I have a list grid which fetches data from DataSource with DataFetchMode = Basic so all the data is provided to grid at once.(No Paging)
But still when user scrolls down the page , user experiences white space in grid for a moment.
How to get rid of this white space in scrolling?
Comment