|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Datagrid: Showing numbers in full and not in 'Standard Form'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? 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 standardform. EG - 1,172,060 is displayed as -1.17206e+006 How do i get it to display numbers in full? |
|||||||||||||||||||||||