将分层 Telerik RadGrid 导出到 Excel

发布于 2024-10-17 04:26:10 字数 171 浏览 5 评论 0原文

我有一个 Telerik RadGrid,它具有父网格和子网格的分层结构。但是,当我调用 ExportToExcel() 方法时,仅导出 MasterTableView。当我在“详细信息”表上调用 ExportToExcel() 方法时,会引发错误“导出之前必须对 RadGrid 进行数据绑定。”。有什么想法如何完成此导出吗?

I have a Telerik RadGrid that is hierarchical with parent and child grids. However, when I call the ExportToExcel() method, only the MasterTableView is exported. When I call the ExportToExcel() method on the Details table, an error is thrown "RadGrid must be databound before exporting.". Any ideas how to accomplish this export?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

鸠魁 2024-10-24 04:26:10

Telerik RadGridView 目前不支持将层次结构网格导出到 Excel。请查看 中的答案此链接了解完整详细信息。
问候,
理查德

Telerik RadGridView does not currently support exporting hierarchy grids to excel. Please review the answer at this link for full details.
Regards,
Richard

流星番茄 2024-10-24 04:26:10

在调用导出方法之前展开所有内部级别(通过将每个详细级别的 HierarchyDefaultExpanded 属性设置为 true),我认为这仅对整个网格有意义。

Expand all inner levels (by setting the HierarchyDefaultExpanded property at each detail level to true) prior to calling the export method, which I think is meaningful solely for the entire grid.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文