Hi,
I am exporting datas from radgrid to an excel sheet.But i set the visible of the grid is false.So here there is problem arising to export,the column headers cannot be show only the datas will export.But if i set the visible proerty true for the grid then i the columns also export for me.But only i want to export the grid in invisible mode.
Codings i am using to export are below..
RadGrid1.ExportSettings.ExportOnlyData = true;
RadGrid1.ExportSettings.IgnorePaging = true;
RadGrid1.ExportSettings.OpenInNewWindow = true;
RadGrid1.MasterTableView.ExportToExcel();
Regards,
Giri
I am exporting datas from radgrid to an excel sheet.But i set the visible of the grid is false.So here there is problem arising to export,the column headers cannot be show only the datas will export.But if i set the visible proerty true for the grid then i the columns also export for me.But only i want to export the grid in invisible mode.
Codings i am using to export are below..
RadGrid1.ExportSettings.ExportOnlyData = true;
RadGrid1.ExportSettings.IgnorePaging = true;
RadGrid1.ExportSettings.OpenInNewWindow = true;
RadGrid1.MasterTableView.ExportToExcel();
Regards,
Giri