isPercentWidth: Boolean;
The isPercentWidth property determines type of setting column width.
Available Values:
true. Column width is set in percents.
false. Column width is set in pixels (default).
Use JSON or the setisPercentWidth method to set the property value, and the getisPercentWidth method to get the property value.
The example of property use is given in description of the DGColumn class constructor.
See also: