Categories | Question details Back To List | ||
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 Answer posted by dhxSupport on Mar 24, 2009 09:59 You can set any widht to the columns in percents or pixels: mygrid.setInitWidths("100,250") //in pixels mygrid.setInitWidthsP("50,50")//in percents Answer posted by Kurt on Mar 24, 2009 22:05 How to do it with mouse ? drop and drag? Answer posted by dhxSupport on Mar 25, 2009 02:12 Column's width is resizable with mouse by default. |