Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142849 | Feb 20,2019 12:11 PM UTC | Feb 22,2019 10:36 AM UTC | jQuery | 1 |
![]() |
Tags: ejGrid |
protected void FlatGrid_ServerWordExporting(object sender, Syncfusion.JavaScript.Web.GridEventArgs e)
{
WordDocument document = new WordDocument();
IWSection section = document.AddSection();
section.PageSetup.PageSize = PageSize.A3;
section.PageSetup.Orientation = PageOrientation.Landscape;
WordExport exp = new WordExport();
exp.Export(FlatGrid.Model, (IEnumerable)FlatGrid.DataSource, "Export.docx", false, false, "flat-lime", false, document, "Grid");
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.