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. Before excel is opened, it always popups a warning that says the file format is not correct. It seems that ExportToExcel() creates a .xls file, while excel 2010 default is .xlsx file. I wonder if there is way for ExportToExcel() to generate a .xls file. Thanks.