:: DHX Grid :: Setting column width in percent based grid.

Hi there,



How can I set the width of a particular column if the grid is based on % and not on pixels ???

Is there any way to achieve such functionality ?

When you init grid, you can use
mygrid.setInitWidthsP
command instead of setInitWidths, it works the same but threates values as percents.