【发布时间】:2019-05-14 14:42:47
【问题描述】:
我有一个带有 NestedViewTemplate 的 Telerik RadGrid,当将其导出为 PDF 时,会导致文件损坏。
<NestedViewTemplate>
<div runat="server" class="width-full">
<span><%# Eval("Notes") %></span>
</div>
</NestedViewTemplate>
编辑:相同的网格但没有此列 (NestedViewTemplate) 可以正常工作,并且导出的结果是格式正确的 pdf 文件
【问题讨论】:
标签: c# asp.net telerik telerik-grid export-to-pdf