Categories | Question details Back To List | ||
setColWidth in percent Hi How to assign column width in percent, similar to what we have for pixels setColWidth(28,sizeInPixels)? Txs! Answer posted by dhxSupport on Mar 17, 2009 08:22 You can use setInitWidthsP(wp) where wp - list of column width in percents Answer posted on Mar 17, 2009 11:17 I need to set the only one column to diff size in percent.. instead of using setColWidth(28,sizeInPixels) I want to use etColWidthInPercent(28,sizeInPercent). Is it possible? Answer posted by dhxSupport on Mar 18, 2009 02:48 Unfortunately it's impossible. |