How do i get rid of the label name in the group header? I have formatted the summary definition using the string format property but it keeps adding the column label name to it, I don't want the column label name in the description.
You can set the description on the GroupByRecord manually. I'm using this to create custom group label. I believe if you handle the RecordAdded event, you can check if the new record is a GroupByRecord and set the Description property. I haven't found any way to do this in XAML.
Anyone have any ideas on this?
bump