Hi Isomorphic,
I'm displaying a ListGrid in current 5.0p where the User can do a exportClientData(). As the ListGrid itself is very efficient with not loading too much data, the user wont have all data available normally.
I can detect this not fully loaded data via lg.getResultSet().getLength() and lg.getResultSet().getAllCachedRows().getLength() and ask the user how to proceed if the data is not fully loaded.
If he or she decides for loading all data prior to exporting, how is this "fetch the remaining rows" best done?
Thank you & Best regards
Blama
I'm displaying a ListGrid in current 5.0p where the User can do a exportClientData(). As the ListGrid itself is very efficient with not loading too much data, the user wont have all data available normally.
I can detect this not fully loaded data via lg.getResultSet().getLength() and lg.getResultSet().getAllCachedRows().getLength() and ask the user how to proceed if the data is not fully loaded.
If he or she decides for loading all data prior to exporting, how is this "fetch the remaining rows" best done?
Thank you & Best regards
Blama
Comment