Announcement

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

    Timeline add lines forces fetch even with Timeline.setAutoFetchData(false)

    Hi

    In databound Timeline

    timeline.addLane(..)
    and
    timeline.setLanes(...)

    calls undesirable fetch for each operator. setAutoFetchData is set to false.

    SmartClient Version: v10.0p_2015-11-06/LGPL Development Only (built 2015-11-06)
    IE 11


    #2
    See the doc for autoFetchData - it influences initial fetch only. In timelines, data is refreshed when the UI changes in a way that requires different data. That is, when the accesible time range or the visible lane set changes.

    Comment

    Working...
    X