The FooterAggregateFormatString does not work as expected. Should I be doing something different? I just want the footer amount to also display with 2 decimals (which is does) and thousand separator (which it does not). The column itself works fine with the formatstring specified.
Thanks for any help.
<telerik:GridNumericColumn DataField="a_loc_upr_booked" HeaderText="Cedant UPR" UniqueName="a_loc_upr_booked"
DataFormatString="{0:###,##0.00}" ItemStyle-HorizontalAlign="Right" Aggregate="Sum" FooterAggregateFormatString="{0:###,##0.00}">
</telerik:GridNumericColumn>
Thanks for any help.
<telerik:GridNumericColumn DataField="a_loc_upr_booked" HeaderText="Cedant UPR" UniqueName="a_loc_upr_booked"
DataFormatString="{0:###,##0.00}" ItemStyle-HorizontalAlign="Right" Aggregate="Sum" FooterAggregateFormatString="{0:###,##0.00}">
</telerik:GridNumericColumn>