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.
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