showItemByIndex
scrolls the grid to make the specified row visible
function showItemByIndex( // the row index (zero-based numbering) index: number): void
Example
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): void
dgrid.showItemByIndex(4);