I am exporting some decimals to excel and the formatting is dropping of two numbers.
Displays: 0.0051
Exports: 0.00
I have tried the following below to no avail, your help would be greatly appreciated.
DataFormatString=" {0}" which gives me "?0.0051"
DataFormatString="{0:f5}" still 0.0051
2 Answers, 1 is accepted
0
Accepted
Daniel
Telerik team
answered on 10 Feb 2010, 06:49 PM
Hello Mike,
Please examine the following help topic and let me know if you need more information. Word/Excel export (HTML-based) ( "Number formats / Formulas" and "ExcelExportCellFormatting event")
Regards,
Daniel
the Telerik team
Watch a video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Follow the status of features or bugs in
PITS
and vote for them to affect their priority.