showCell
scrolls the grid (if needed) to make the specified cell visible
function showCell( // the row id row: string, // the column id column: string): void
Example
Section titled “Example”dgrid.showCell(15,"title");
scrolls the grid (if needed) to make the specified cell visible
function showCell( // the row id row: string, // the column id column: string): void
dgrid.showCell(15,"title");