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