将 GridDropdownColumn 添加到 Radgrid 详细信息表
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关闭详细信息表的自动生成列,并在需要时设置 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