ManualRefreshOnly

No automatic refresh

This control is excluded from app.refresh() calls if the control name is not explicit mentioned.

app.refresh("myGrid") will refresh it but app.refresh() will not.

Use this setting if the grid data is expensive to get and you want to avoid unnecessary calls for data

Last updated