AD
Administrator
Syncfusion Team
February 20, 2008 12:07 AM UTC
Hi Nidhin,
The format string used to format the text to display in the summary column. A format string consists of the PropertyName of the summaryType and a format specifier known from String.Format, e.g. {Average:###.00}. Colud you try this code
GridSummaryColumnDescriptor.Format = "{Sum: $#,##.00}";
Please let me know if this helps.
Best Regards,
Haneef