Hi,
isc.version is "v11.1p_2017-09-28/LGPL Deployment".
When calling refreshData on a treeGrid with dataFetchMode set to "local" the call to Datasource that is being made is paged. Not every record is then fetched and tree gets broken by having missing parents for some nodes.
Initial fetch of data or refreshing them using setData([]) and fetchData() works fine.
Best regards,
Janusz
isc.version is "v11.1p_2017-09-28/LGPL Deployment".
When calling refreshData on a treeGrid with dataFetchMode set to "local" the call to Datasource that is being made is paged. Not every record is then fetched and tree gets broken by having missing parents for some nodes.
Initial fetch of data or refreshing them using setData([]) and fetchData() works fine.
Best regards,
Janusz
Comment