showCell
scrolls the grid (if needed) to make the specified cell visible
function showCell( // the row id row: string, // the column id column: string): voidExample
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): voiddgrid.showCell(15,"title");