JavaScript
{grid.object}autoRefreshStart Method
Syntax
{grid.Object}.autoRefreshStart(interval);
Arguments
- interval
Number milliseconds given to refresh the grid.
Description
Automatically refreshes the Grid (if it is not currently dirty) on the specified interval (in milliseconds)
See Also