Export error with nested object

.Columns(c =>
{
// -- OTHER FIELDS REMOVE FOR CLARITY
c.Field(model => model.SubmissionBy.FullName).HeaderText("Requestor").DefaultValue(string.Empty).Add();
c.HeaderText("").Template(WebUtility.UrlDecode(Html.ActionLink("Edit", "Edit", new { id = "{{:Id}}" }).ToHtmlString())).Add();
c.HeaderText("").Template(WebUtility.UrlDecode(Html.ActionLink("Delete", "Delete", new { id = "{{:Id}}" }).ToHtmlString()))..Add();
})
In the above example neither of the columns work when trying to export to a document. If i comment them out exporting works just fine. Any insight as to why?

1 Reply

SS Seeni Sakthi Kumar Seeni Raj Syncfusion Team May 10, 2016 11:56 AM UTC

Hi Micah, 

We are able to reproduce the issue after exporting the Grid with a complex column and logged a breaking issue “Exporting a Grid with Complex column is failed”. We have also created a new Support incident under your account to track the issue status. . Please log on to our support website to check for further updates. 


Regards, 
Seeni Sakthi Kumar S. 


Loader.
Up arrow icon