Formatting Numbers in a cell of GDBG

I have a column in the DGBG and am using the following line of code to format it upto one decimal place: this.dgTest.Binder.InternalColumns[COL_EQUITY_CONSID].StyleInfo.Format = "#0.0"; I want to also have specify the format to contain commas for every thousand place. 1000.45 should be displayed as 1,000.5 How can I do this by modifying the format in the same line for the internal column? Thanks

2 Replies

AD Administrator Syncfusion Team September 14, 2005 09:17 AM UTC

Hi Atith, Try Format = "#,###,###.0" Regards, Stanley


AP Atith Pagdi September 14, 2005 10:15 AM UTC

I''ve got it working man, thanks!

Loader.
Up arrow icon