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 SumSummaryOperandsop.FormatString = "{0:#,##0.00}"sop.SelectionDisplayLabel = "My Label"sop.RowDisplayLabel = sop.SelectionDisplayLabelXamWebGrid1.Columns("Total").SummaryColumnSettings.SummaryOperands.Add(sop)
Any Help would be appreciated!
Thanks
Stavros
Any suggestion Please ?
Hi Stavros,
I tried to reproduce your issue but without success. I copied your code and it's working fine for me. Could you attach a sample application that reproduces the issue ?
Regards,