Skip to main content

Measure Column

A measure column displays summaries calculated against data in the bound data item.

wdd-grid-columns-overview

Values in the Measure column can be displayed as numbers or bars:

GridWeb_MeasureColumn_Bars

To switch between these modes, go to the corresponding data item’s menu, expand the Options group, and specify the Display Mode property. For bars, use the Always show zero level property to specify whether the bar’s zero level is always visible.

In code, measure columns are represented by the GridMeasureColumn class. Use the following properties to change column options:

GridMeasureColumn.measure

Specifies a measure that supplies data used to calculate the column values.

GridMeasureColumn.displayMode

Specifies how to display cell values.

GridMeasureColumn.alwaysShowZeroLevel

Specifies whether the zero level of bars displayed within grid cells should always be visible.

See Also