Hello,
We have Q3 2012.
I'm trying to use a static property to specify the ResultFormatString for an AggregateFunction,
<telerik:GridViewDataColumn.AggregateFunctions> <telerikData:SumFunction ResultFormatString="{x:Static l:CustomFormat.CurrencyWithMinus}"/> </telerik:GridViewDataColumn.AggregateFunctions>
But the property's value (e.g. $#,##0.00) is displayed as a literal in the gridview cell.
We can't use the string format "c" because we need negative values to be prefixed with "-"
rather than having parentheses around them. Can you please tell me if there's some way to make this work?
Thanks much!