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
close icon

GCC numbers format and display

I am using syncfusion 4.4.

I use a dataTable as the dataSource of Gcc, the dataTable has a column of double type. I want Gcc displays the numbers in a well formatted way like 1,000,000. At the same time, I want the Gcc can sort this column based on numbers rather than strings. Any sample code will be appreciated.

Millions of thanks!

1 Reply

WJ Wen Jiang October 16, 2007 10:20 PM UTC

My problem is solved, and I would like to share my solution here:

this.Gcc.TableDescriptor.Columns["ColNumber"].Appearance.AnyCell.Format = "#,###0.00";



>I am using syncfusion 4.4.

I use a dataTable as the dataSource of Gcc, the dataTable has a column of double type. I want Gcc displays the numbers in a well formatted way like 1,000,000. At the same time, I want the Gcc can sort this column based on numbers rather than strings. Any sample code will be appreciated.

Millions of thanks!

Loader.
Live Chat Icon For mobile
Up arrow icon