Hi,
I try to export radgrid to excel with
I try to export radgrid to excel with
RadGrid1.MasterTableView.ExportToExcel()
. I am using MS office 2010.There is a weird thing in excel file. The time format of some rows are AM/PM and others are not (24 hours). In the radgrid, all rows are AM/PM format and are displayed correctly. But why in the exported excel file, some rows are not AM/PM? Thanks.