The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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 ?
ADAdministrator Syncfusion Team March 1, 2005 11:24 AM
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