Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • scrollToRow

    scrollToRow(rowIndex: Number)

    [starting from version: 2.8.27]

    Scrolls the grid to the specified row.

    Parameters

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

    Example

    flexmonster.scrollToRow(10);

    See the full code on JSFiddle.

    See also

    scrollToColumn