SmartClient Version: v9.1p_2014-10-20/PowerEdition Deployment (built 2014-10-20)
GWT 2.6.1
IE-11
I'm working with a ListGrid that is paged. When I return the totalRows in the DSResponse, I add another 100 for paging.
Is there a way to get the real row count from the ListGrid? Because after the data arrives, I do a listGrid.getRecordList().getLength() and it returns the value in totalRows from the DSResponse, not the actual number of rows contained in the ListGrid?
GWT 2.6.1
IE-11
I'm working with a ListGrid that is paged. When I return the totalRows in the DSResponse, I add another 100 for paging.
Is there a way to get the real row count from the ListGrid? Because after the data arrives, I do a listGrid.getRecordList().getLength() and it returns the value in totalRows from the DSResponse, not the actual number of rows contained in the ListGrid?
Comment