Instance Properties
alignString. Alignment of this column. Could be "left", "right", "center". Set to 'left' by default.
chartColorString. To specify color of this column in chart.
Sample
emptyTextString. To specify what to show in case of null on this column.
filterableString. To specify whether end user can filter on this column.
frozenBool. To specify column is frozen. Those frozen column will never scroll horizontally and will always show up in left the side of grid.
frozenableBool. To specify whethe column can be frozen by end user manually.
groupableBool. To specify whether this column can be grouped by end user.
groupedBool. To specify whether this column is in group.
headAlignString. Alignment of this column header. Set to 'left' by default.
headerString. Title of column header.
hiddenBool. To indicate whether column is hidden or not. Read only..
hideableBool. To specify whether end user can hide column mannually. Set to true by default.
idString. Id of column.
inChartBool. To specify whether value of this column will appear in chart or not.
minWidthInteger. To specify minimum column width when user resizes column.
moveableBool. To specify whether column can exchange position with others by user dragging column's header. Set to true by default.
printable Bool. To specify whether this column will be printed out. Set to true by default.
resizableBool. To specify whether column is resizable by user dragging risizing handler. Set to true by default.
sortableBool. To specify whether column is sortable by user clicking column's header. Set to true by default.
sortOrderString. Could be 'asc', 'desc' or null.
styleClassString. To specify css style of the column.
toolTipBoolean. To specify whether tip pop should show up on this column.
widthInteger. Width of column in pixel. Percentage not supported.