Check documentation for the latest version of dhtmlxSuite setInitWidths DHTMLX Docs

setInitWidths

sets the width of columns in pixels

void setInitWidths(string wp);
wpstringa list of columns' width in pixels

Example

mygrid.setInitWidths("150,100,100,100,100");

Back to top