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

  • Thread starter Thread starter arun.hallan
  • Start date Start date
A

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?
 
Did you try setting the DataTextFormatString attribute of the column to
"{0:###,###,##0}" ??

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top