applies a custom height of a row which will be used in the smart rendering mode for row calculation
height | number | the awaited height of a row |
mygrid.setAwaitedRowHeight(25);
the function needs to be used if you use a custom skin which changes the default row height of the grid.
It can be called only after the setSkin method.
Back to top