将 GridDropdownColumn 添加到 Radgrid 详细信息表

发布于 2024-07-18 06:45:02 字数 157 浏览 3 评论 0原文

我在 Radgrid 的 DetailTableDataBind 事件中绑定详细信息表。 事件处理程序包含将其绑定到 linqdatasource 的代码。 这会向详细信息表添加一堆 GridBoundColumn。 不过我希望其中一些是 GridDropdownColumns。 我该怎么办

I am binding a detail table in DetailTableDataBind event of a Radgrid. The event handler contains code to bind it to a linqdatasource. This adds a bunch of GridBoundColumns to the detail table. However i want some of these to be GridDropdownColumns. How do i go about that

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

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

发布评论

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

评论(1

吾性傲以野 2024-07-25 06:45:02

关闭详细信息表的自动生成列,并在需要时设置 GridDropDownColumn。 查看 Telerik 网站上的这些示例以了解详细信息:

演示

GridDropDownColumn 配置帮助主题

Dick

Switch off the auto-generated columns for the detail table and setup GridDropDownColumn where needed. Check out these samples on the Telerik site for details:

Demo

Help topic for GridDropDownColumn configure

Dick

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