We have a ListGrid that uses a CustomDatasource. The ListGrid has set the dataFetchMode=local. When the ListGrid.refreshData () method is called, we receive the DSRequest in our DataSource.executeFetch() method. But, DSRequest.isPaged() is always true. According to the documentation of the FetchMode, I would still have to get isPaged()=false if I set dataFetchMode=local.
When I use ListGrid.fetchData () I get the isPaged() with the expected behavior. Did I misunderstand something?
We use SmartGWT (v11.0p_2017-12-13/PowerEdition Deployment (built 2017-12-13)) and the Chrome 64.0.3282.140.
When I use ListGrid.fetchData () I get the isPaged() with the expected behavior. Did I misunderstand something?
We use SmartGWT (v11.0p_2017-12-13/PowerEdition Deployment (built 2017-12-13)) and the Chrome 64.0.3282.140.
Comment