New to Kendo UI for Angular? Start a free 30-day trial
ScrollMode
The scroll mode of the Grid.
The available values are:
none
—Scrollbars are hidden. The Grid cannot be scrolled.scrollable
—Displays scrollbars in Grid.virtual
—Enables the virtual scroll mode of the Grid.
html
<kendo-grid scrollable="scrollable"></kendo-grid>
type
ScrollMode = "none" | "scrollable" | "virtual";