Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    treeGrid.refreshData disregards dataFetchMode

    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

    #2
    This method has been improved in SC 11.1p and newer releases as we noted in your other refreshData()-related thread so this should be resolved now.

    Comment

    Working...
    X