Hi,
I am using a telerik RadGrid. I display double values in the grid. And the footer column has the Grand Total of the double values.
I have applied a NegativeNumberConverter to all the double values so that if a value is negative, then it is diplayed with brackets aound it and is comma separated.
Also if the value is negative, it is displayed in red color using StyleSelector.
I want to apply similar Converter and formatting to my footer row as well.
The XAML is follows:
Please suggest how to do this.
Thanks.