This is a migrated thread and some comments may be shown as answers.

Rad Grid Export to excel

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ramakrishna
Top achievements
Rank 1
Ramakrishna asked on 08 Dec 2014, 11:06 AM
Hello everyone,

I used following code  to export to excel but one of the column values are not displaying in excel.
Moreover datatype of that column is time in sqlserver.

tgvManageExams.ExportSettings.Excel.Format = Telerik.Web.UI.GridExcelExportFormat.ExcelML;
                        tgvManageExams.ExportSettings.ExportOnlyData = true;
                        tgvManageExams.ExportSettings.IgnorePaging = true;
                        
                        tgvManageExams.MasterTableView.ExportToExcel();


Appreciated your responses.

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 11 Dec 2014, 09:32 AM
Hi Ramakrishna,

Could you please provide your code declaration and the related code behind in order to investigate the cause for this issue further. Note that time could is exported property in Excel so could you please check whether you are not hiding it before exporting the grid?

Regards,
Kostadin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Ramakrishna
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or