GridColumnGroupByExpression Property |
The group-expression that should be used when grid is grouping-by this column. If not set explicitly, KaxGrid will generate a group expression based on the DataField of the column (if available), using the GetDefaultGroupByExpression method.
The grouping can be turned on/off for columns like GridBoundColumn using Groupable property.
For more information about the Group-By expressions and their syntax, see GridGroupByExpression class.
Namespace: Kettic.AspNet.Controls