Grid column width definition

When defining a grid, is it possible to set the width of the columns like : 2,2,1,2

Which means that col1, col2 and col4 will be 2x the width of col3?

perhaps i have misunderstood your question but setting the width of grid columns is standard functionality:

mygrid.setInitWidths(“100,250”);//set column width in px

this is all shown in the documentation
docs.dhtmlx.com/doku.php?id=dhtm … irst_steps

good luck
paul

You may try to set the width od your columns in percentages.
There is setInitWidthsP() method for it.
docs.dhtmlx.com/doku.php?id=dhtm … nitwidthsp