Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Dec 23, 2008 03:24
open dhtmlx forum
:: 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 ?
Answer posted by Support on Dec 23, 2008 04:05
When you init grid, you can use 
   mygrid.setInitWidthsP
command instead of setInitWidths, it works the same but threates values as percents.