I am setting the summary row to do specific things (total, min etc..) so I do not want the selector to appear at all, and I would also like to supress the word Sum= since it is not really necessary, and visually it would look better without it. A colour change or bolding would be nice though.
How do you supress the selector?
How do you remove the description i.e sum=?
How do you adjust its font or background colour?
Hi,
To suppress the selector you'll need to set the IsSummable property of the corresponding column to false.
To achieve the next two goals you'll need to apply a style.
I attached a small sample that demonstrates this.
Hope that helps,