Check documentation for the latest version of dhtmlxSuite setSizes DHTMLX Docs

setSizes

resets sizes of the grid's elements

void setSizes();

Example

mygrid.setSizes();

Details

the method is used to refresh the grid after the size of its container has changed

Back to top