setRowHeight
sets the height of the specified row
function setRowHeight( // the row id id: id, // the height in pixels height: number): void
Example
Section titled “Example”dgrid.setRowHeight("r1", 300);
See also
Section titled “See also”Articles