We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

scrollToRow

scrollToRow(rowIndex: Number)

[starting from version: 2.8.27]

Scrolls the grid to the specified row.

Parameters

Parameter/TypeDescription
rowIndex
Number
The index of the row to which the grid will be scrolled. Indexes start from 0.

Example

pivot.scrollToRow(10);
Live example

See also

scrollToColumn