Use of the DisplayMode Property of PXGridColumn
The MYOB Acumatica
Customization Platform supports the following values for the DisplayMode property of a column
in a grid.
Value | Description |
---|---|
Value | Default value. An indicator that the column cell contains the value of the field. |
Text | If there is a description defined for the field, an indicator that the column cell contains the description of the field. |
Hint | If there is a description defined for the field, an indicator that the column cell contains both the value and the description of the field. |
Note: The priority of the Type property is higher than the priority
of the DisplayMode property. If the Type property is
set, for example, to CheckBox, the DisplayMode property is
ignored.