I am exporting the grid values to pdf,Excel and Word. when i am exporting the grid with the value "0" it displayed as "0.00" in Excel. But when i am exporting the same grid to word or PDF the value "0" it displayed as "0". How Can i display the value as "0.00" in pdf and word also.
Thanks
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 11 Feb 2011, 10:59 PM
Hello Lakshmi,
The easiest way would be to use DataFormatString. Alternatively you can change the values manually in the ItemDataBound event: