SMART datagrid v.1 > Classes > GridBase
Specify the height of data rows specified by rows at the same time with the same size.
If specify newHeight as a non-numerical value such as undefined, it will be restored to Default Row Height of grid. You can change the height of one row by calling setRowHeight.
Only if do not contain the column group of vertical layout which has more than one child column and DisplayOptions.variableRowHeight is true, the changed value will be reflected on the screen. In addition, if specify DisplayOptions.rowResizable or fixedRowResizable as true, the user can drag the bottom border of row in RowIndicator area with mouse to change the height of an individual row.
// Change the height of checked rows in a batch.
grid.setRowHeights(grid.getCheckedRows(), 45);