I have a field that has a dataformatstring applied which is keeping the FooterText from showing up. Is there a way I can specify a different format string for the footer text or is there a better way to do this? Also how would I include text in a dataformatstring.
<telerik:GridBoundColumn UniqueName="PercentSiteRevenue" SortExpression="PercentSiteRevenue"
HeaderText="% Site Revenue" DataField="PercentSiteRevenue" ItemStyle-HorizontalAlign="Right"
HeaderStyle-HorizontalAlign="Right" DataFormatString="{0:0.0%}" FooterStyle-HorizontalAlign="Right"
FooterText="Avg: " Aggregate="Avg">
<HeaderStyle></HeaderStyle>
</telerik:GridBoundColumn>
.. In the footer I get only the value and not the "Avg: ".
Thanks,
Levi