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
95
SummaryOperand and the SelectionDisplayLabel
posted

Hello,

In my code I set the SelectionDisplayLabel property of a Summary operand to a custom string, but the dropdown list with operands, displays the default label for this kind of operand.

This is the code that i am using.

Dim sop As New SumSummaryOperand
sop.FormatString = "{0:#,##0.00}"
sop.SelectionDisplayLabel =
"My Label"
sop.RowDisplayLabel = sop.SelectionDisplayLabel
XamWebGrid1.Columns("Total").SummaryColumnSettings.SummaryOperands.Add(sop)

Any Help would be appreciated!

Thanks

Stavros