Hi,
Currently, I am using GroupByExpressions in the RadGrid as follows:
<GroupByExpressions>
<telerik:GridGroupByExpression>
<SelectFields>
<telerik:GridGroupByField
FieldName="UnitPrice"
HeaderText="Price"/>
<telerik:GridGroupByField
FieldName="UnitsInStock"
HeaderText="Units at this price"
Aggregate="Sum" />
</SelectFields>
<GroupByFields>
<telerik:GridGroupByField
FieldName="UnitPrice"
SortOrder="Descending" />
</GroupByFields>
</telerik:GridGroupByExpression>
</GroupByExpressions>
The result looks like:
My Country: Canada; My Items: 3; Group Total : $55,329.30
I would like to ask if it is possible to separate each item using character other than semicolon (;).
Thanks & Regards,
Erwin
Currently, I am using GroupByExpressions in the RadGrid as follows:
<GroupByExpressions>
<telerik:GridGroupByExpression>
<SelectFields>
<telerik:GridGroupByField
FieldName="UnitPrice"
HeaderText="Price"/>
<telerik:GridGroupByField
FieldName="UnitsInStock"
HeaderText="Units at this price"
Aggregate="Sum" />
</SelectFields>
<GroupByFields>
<telerik:GridGroupByField
FieldName="UnitPrice"
SortOrder="Descending" />
</GroupByFields>
</telerik:GridGroupByExpression>
</GroupByExpressions>
The result looks like:
My Country: Canada; My Items: 3; Group Total : $55,329.30
I would like to ask if it is possible to separate each item using character other than semicolon (;).
Thanks & Regards,
Erwin