New to Kendo UI for Angular? Start a free 30-day trial
GridNavigableSettings
Represents the type of the Grid navigable
property.
The available values are:
boolean
GridNavigableSection
typescript
const settings: GridNavigableSettings = ['pager', 'table'];
type
GridNavigableSettings = boolean
| GridNavigableSection[];