We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How format validation is provided for "Cell Value Type" ?

Hi ,

Would you please help me to understand which of the "Cell Type Value" format is
syncfunsion supporting for SummaryRowColumn
and is there any API's provided with syncfusion for validating the user inputted
format.

My issue is that if we enter any junk value
in the Format filed which will results the
summary column to display the same value.
I am not able to validate these ones.

Please respond immediately



1 Reply

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


Loader.
Live Chat Icon For mobile
Up arrow icon