Formating

I do not find in the doc all the formatting options for the text in the cell I would like for instance to have: 1000000 being displayed 1 000 000 or 1,000,000 is it possible ?

1 Reply

AD Administrator Syncfusion Team March 1, 2005 04:24 PM UTC

If the style.CellvalueType is set to something numeric like typeof(double), then you can format the string using the style.Format property. See this sample for some code snippets. \Syncfusion\Essential Suite\3.0.1.0\Windows\Grid.Windows\Samples\Quick Start\TextFormat

Loader.
Up arrow icon