Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Provides methods to get or set information about the view selector of the subgrid control. If the subgrid control is not configured to display the view selector, calling the ViewSelector methods will throw an error.
ViewSelector is returned by the gridContext.getViewSelector method.
var viewSelector = gridContext.getViewSelector();
Methods
| Name | Description | Available for |
|---|---|---|
| getCurrentView | Gets a reference to the current view. | Read-only grid |
| isVisible | Returns a boolean value to indicate whether the view selector is visible. | Read-only grid |
| setCurrentView | Sets the current view. | Read-only grid |