adjust width of column in dhtmlxGrid


Hi team



If there are manys of column in my grid.



I want to adjust the width of the last column more than the width of the screen in dhtmlxGrid , How to do it ?



 



thanks


You can set any widht to the columns in percents or pixels:


mygrid.setInitWidths(“100,250”) //in pixels


mygrid.setInitWidthsP(“50,50”)//in percents

How to do it with mouse ? drop and drag?

Column’s width is resizable with mouse by default.