Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
GroupByRow DescriptionWithSummaries
posted

Hi,

I've got a grid where I'm grouping rows and showing summary values.

I've managed to override the GroupByRowDescriptionMask as follows:

grid.DisplayLayout.Override.GroupByRowDescriptionMask = "[value]";

But no matter what I do, I can't get rid of a whole lot of nonsense from the summary cells.
Every cell being summarised has some text added to it which I just don't want to see...
It makes the whole thing look very poor!

Any ideas how to get rid of this so that it only shows the value with nothing else??

Cheers,

James