showItem
scrolls the grid to make the specified row visible
function showItem( // the row id id: id): void
Example
Section titled “Example”dgrid.showItem(123);
scrolls the grid to make the specified row visible
function showItem( // the row id id: id): void
dgrid.showItem(123);