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