DHTMLX Docs & Samples Explorer

setAwaitedRowHeight(height)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid_srnd.js

set height which will be used in smart rendering mode for row calculation, function need to be used if you use custom skin for grid which changes default row height

  • {int} height - awaited height of row
   mygrid.setAwaitedRowHeight(25);

See also: enableSmartRendering