Skip to content

showItem

scrolls the grid to make the specified row visible

function showItem(
// the row id
id: id
): void
dgrid.showItem(123);