Hi team,
I'm using radgrid to export to excel file. Everything is ok except one thing. I would like to format the value as currency style but when exporting done the style is Accounting
I catch the event
grid_ExcelExportCellFormatting(object source , ExcelExportCellFormattingEventArgs e)
and I handled in this as below
e.Cell.Style["mso-number-format"] = "Currency";
Please help!
Kim.