Hi,
I am having a senior moment or something like that - Following is the partial grid code used to display a ClientCost field. The data coming back from database is 0.00. It has rendered it as if someone has used a eraser in the place where 0.00 should be displayed. If I remove DataFormatString and FooterAggregateFormatString then everything looks fine.
Could you please let me know why it is happening?
<telerik:GridBoundColumn DataField="ClientCost" HeaderText="Net Cost" Aggregate="Sum" DataFormatString="{0:###,###.##}" FooterAggregateFormatString="<strong>{0:###,###.##}</strong>" UniqueName="ClientCost" Groupable="False"></telerik:GridBoundColumn>
Thanks a lot.
Milan G