Hi :
In the source-code above, a field named Start is added into the GridField and the grouping field title will be something like
StartDate:2009-10-1. However, it is possible to remove the StartDate and just show 2009-10-1.
Does anyone have idea for it?
| <telerik:GridGroupByExpression> |
| <SelectFields> |
| <telerik:GridGroupByField FieldAlias="StartDate" FieldName="Start" FormatString="{0:d}"></telerik:GridGroupByField> |
| </SelectFields> |
| <GroupByFields> |
| <telerik:GridGroupByField FieldName="Start" SortOrder="Ascending" FormatString="{0:d}"></telerik:GridGroupByField> |
| </GroupByFields> |
| </telerik:GridGroupByExpression> |
StartDate:2009-10-1. However, it is possible to remove the StartDate and just show 2009-10-1.
Does anyone have idea for it?
