<column> node
Description
Contains settings for a single column in the <datagrid>.
Attributes
Attribute Name | Description | Type | Possible Values | Default Value |
---|---|---|---|---|
cell_align | Text alignment inside column cells. Can take on the following values: Left - align text to the left. Right - align text to the right. Center - center align. LeftLevelPadding - lalign text to the left with margin, that depends on level of task or resource nesting. Margin is set in cell style. |
Enum | Left Right Center LeftLevelPadding |
Center |
width | Column width at first chart initiation. Set in pixels. Column width can be changed during manual or automatical resize of datagrid or column. | Numeric | n/a | 100 |
allow_autoresize | If attribute is set to true column width is changed auto,atically at any change of datagrid's width, constraining proportions. Otherwise, if attribute is set to false, column width isn't changed automatically.. |
Boolean | True False |
True |