Categories | Question details Back To List | ||
Grid Hi, How to set the header width in the percentage instead of the pixel.? Answer posted by dhxSupport on Jul 27, 2009 05:24 You can use setInitWidthsP() method: mygrid.setInitWidthsP("50,40,10"); Sum of the column widths must be equal to 100. |