Im not sure whether its a bug or not. I hav a grid with a column as shown below.
I did export to excel using below code:
I got output as attached in the screenshot.
Im getting a text called F2 displayed in excel.
Im using Telerik File version : 2013.1.417.40
<
trk:GridBoundColumn
DataField
=
"SHORT_TERM_BOIL_OFF"
DataFormatString
=
"{0:F2}"
SortExpression
=
"SHORT_TERM_BOIL_OFF"
HeaderText
=
"ST He boil off (%/day)"
UniqueName
=
"SHORT_TERM_BOIL_OFF"
>
</
trk:GridBoundColumn
>
I did export to excel using below code:
trkGridMRStatusOverview.MasterTableView.ExportToExcel();
I got output as attached in the screenshot.
Im getting a text called F2 displayed in excel.
Im using Telerik File version : 2013.1.417.40