Home All Groups Group Topic Archive Search About

Datagrid: Showing numbers in full and not in 'Standard Form'

Author
6 Jan 2006 3:24 PM
arun.hallan
My datagrid displays large numbers pulled from the database in standard
form.

EG

- 1,172,060     is displayed as      -1.17206e+006


How do i get it to display numbers in full?

Author
6 Jan 2006 4:53 PM
Siva M
Did you try setting the DataTextFormatString attribute of the column to
"{0:###,###,##0}" ??

<arun.hal***@gmail.com> wrote in message
news:1136561091.798277.115150@z14g2000cwz.googlegroups.com...
My datagrid displays large numbers pulled from the database in standard
form.

EG

- 1,172,060     is displayed as      -1.17206e+006


How do i get it to display numbers in full?

Bookmark and Share