Announcement

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

    ListGrid.refreshData isn't using original fetch attributes

    SmartClient Version: v10.1p_2015-12-16/Enterprise Development Only (built 2015-12-16)

    Hello, I'm trying the ListGrid.refreshData method. It seems that it isn't using the fetchOperation of the ListGrid, nor the textMatchStyle of the original fetch. I don't know if it's intended behavior.
    I was hoping that it could be used as a non disruptive replacement for the invalidateCache method.
    As an example, in the #adaptiveFilterFS showcase sample, try to filter the item column by 'adding' text, then if you call supplyList.refreshData() the fetch will use textMatchStyle:"exact".

    #2
    We've made a change to address this issue. However, there is currently a problem with the build system, but we're working on it.

    Regards
    Isomorphic Software

    Comment


      #3
      SmartClient Version: v10.1p_2015-12-31/Enterprise Development Only (built 2015-12-31)

      now it's working, thank you very much.

      Comment

      Working...
      X