Hi, I am using Radgrid with Grupby feature, which works great, except it always showing the field name (I want it to just showing the value, which is a date ):
my expression setting is as follows. any suggestions?
my expression setting is as follows. any suggestions?
<GroupByExpressions> <telerik:GridGroupByExpression> <SelectFields> <telerik:GridGroupByField FieldAlias=" " FieldName="OFIdate" FormatString="{0:D}" HeaderValueSeparator=""></telerik:GridGroupByField> </SelectFields> <GroupByFields> <telerik:GridGroupByField FieldName="OFIdate" SortOrder="Ascending"></telerik:GridGroupByField> </GroupByFields> </telerik:GridGroupByExpression> </GroupByExpressions>