Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Jul 27, 2009 03:25
open dhtmlx forum
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.