Hi,
I’m trying to export a radgrid using this code:
RadGrid1.ExportSettings.Word.Format = Telerik.Web.UI.GridWordExportFormat.Docx;RadGrid1.ExportSettings.UseItemStyles = true;RadGrid1.MasterTableView.ExportToWord();This works but I’m trying to do the following unsuccessfully
1. Make the word file landscape mode
2. Add a header and footer
Please can you clarify how to accomplish these things please?