Hi,
I have GridNumericColumn :
<telerik:GridNumericColumn
UniqueName="AreaSize"
HeaderText="GFA Size"
DataField="area_size"
Visible="true"
FooterText="Total: "
Aggregate="Sum"
ItemStyle-Height="10px">
<ItemStyle Width="100px" HorizontalAlign="Right" />
</telerik:GridNumericColumn>
I want to show the text "total:" in the group footer, but when I added <DataFormatString="{0:###,###.##}"> in the column,
footer text will disapear, I want to show the footer text and set the dataformatstring,
Please help.
Regards,
Paul.
I have GridNumericColumn :
<telerik:GridNumericColumn
UniqueName="AreaSize"
HeaderText="GFA Size"
DataField="area_size"
Visible="true"
FooterText="Total: "
Aggregate="Sum"
ItemStyle-Height="10px">
<ItemStyle Width="100px" HorizontalAlign="Right" />
</telerik:GridNumericColumn>
I want to show the text "total:" in the group footer, but when I added <DataFormatString="{0:###,###.##}"> in the column,
footer text will disapear, I want to show the footer text and set the dataformatstring,
Please help.
Regards,
Paul.