New to KendoReact? Learn about KendoReact Free.
Scroll Into View
Updated on May 20, 2025
Scroll into view enables the user to scroll to a specific row in the grid.
Starting with KendoReact 11.0.0, the default
scrollablemode of the KendoReact Grid is set tovirtualfor developers with an active license.
Getting Started
- Set the Grid's height through its
styleproperty. - Set the
rowHeightprop to match the height of the row. - Pass the target row index to the
scrollIntoViewmethod.
The following example demonstrates the basic implementation of the Scroll Into View functionality of the Grid.
Change Theme
Theme
Loading ...