Hi,
I have the following
provider.ColumnGroupDescriptions.Add(new PropertyGroupDescription() { PropertyName = "DispatchDate", GroupComparer = new GroupNameComparer() });
provider.ColumnGroupDescriptions[0].SortOrder = Telerik.Pivot.Core.SortOrder.Ascending;
DispatchDate is a Datetime field.
So far so good.
But can I format the date field to read MM YY (May 14) in the column header?
I tried to change the DispatchDate to a string, but that messes up the sort, so if I could format the date field that would be great.
Thanks
Shaun.
I have the following
provider.ColumnGroupDescriptions.Add(new PropertyGroupDescription() { PropertyName = "DispatchDate", GroupComparer = new GroupNameComparer() });
provider.ColumnGroupDescriptions[0].SortOrder = Telerik.Pivot.Core.SortOrder.Ascending;
DispatchDate is a Datetime field.
So far so good.
But can I format the date field to read MM YY (May 14) in the column header?
I tried to change the DispatchDate to a string, but that messes up the sort, so if I could format the date field that would be great.
Thanks
Shaun.