Hi,
How to set the header width in the percentage instead of the pixel.?
You can use setInitWidthsP() method:
mygrid.setInitWidthsP(“50,40,10”);
Sum of the column widths must be equal to 100.
Hi,
How to set the header width in the percentage instead of the pixel.?
You can use setInitWidthsP() method:
mygrid.setInitWidthsP(“50,40,10”);
Sum of the column widths must be equal to 100.