Skip to content

showItemByIndex

scrolls the grid to make the specified row visible

function showItemByIndex(
// the row index (zero-based numbering)
index: number
): void
dgrid.showItemByIndex(4);