setGridAutoRefresh
Sets the auto refresh interval for grids. Only valid for grids with this setting enabled.
Parameters
Example Usages
brixxApi.setGridAutoRefresh(myGrid, 0); //this will switch the auto refresh off
brixxApi.setGridAutoRefresh(myGrid, 120); //this will switch the auto refresh to 120 seconds (2 minutes). The parameter is only valid, if 120 is allowed with the settings for this grid.Last updated