showItemByIndex
scrolls the grid to make the specified row visible
function showItemByIndex( // the row index (zero-based numbering) index: number): voidExample
Section titled “Example”dgrid.showItemByIndex(4);scrolls the grid to make the specified row visible
function showItemByIndex( // the row index (zero-based numbering) index: number): voiddgrid.showItemByIndex(4);