Announcement

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

    Grids with autoRefreshVisibleRows

    ListGrids with a property:

    autoRefreshVisibleRows: [N seconds]

    By default, 0, meaning never auto-refresh. If set to a valid value, then invoke the dataSource every N seconds, with start and endRows set to the visible rows.

    #2
    Hi Devs ... go for it :)

    This is exactly what we're looking for ...

    Originally posted by billw View Post
    ListGrids with a property:

    autoRefreshVisibleRows: [N seconds]

    By default, 0, meaning never auto-refresh. If set to a valid value, then invoke the dataSource every N seconds, with start and endRows set to the visible rows.

    Comment


      #3
      Just to have an idea ...

      is this feature planned for one of the following releases ?
      (if not ... we have to try to find a work-around ... that's why I'm asking)

      Thanks in advance for your reply,

      Johnny

      Originally posted by jdriesen View Post
      This is exactly what we're looking for ...

      Comment


        #4
        There's no need for a "workaround", a simple approach to refreshing is shown in this article.

        We may add a convenience method / setting like you describe in the future. To make sure it happens in a timeline that works for you, use the Feature Sponsorship program.

        Comment

        Working...
        X