Skip to content

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
dgrid.showCell(15,"title");