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.
ADAdministrator Syncfusion Team January 17, 2003 02:37 PM UTC
Create a TableStyle (unsing DataGridTableStyle Collection Editor),
then create some GridColumnsStyles (using DataGridColumnStyle Collection Editor) and then in the "Format" property of your GridColumnStyle put something like "#,#"
for more format options study this:
"Custom Numeric Format Strings " in the VisualStudio Help
> Somebody please help me with this problem. I want to display such 12345 into 12,345 in my Datagrid Cell (i'm using VB.NET) . Thanks a lot
>