Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Radgrid 的 DetailTableDataBind 事件中绑定了一个详细信息表。事件处理程序包含将其绑定到 linqdatasource 的代码。这会将一堆 GridBoundColumns 添加到详细信息表中。但是我希望其中一些是 GridDropdownColumns。我该怎么做
关闭详细表的自动生成列并在需要时设置 GridDropDownColumn。在 Telerik 网站上查看这些示例以了解详细信息:
演示
GridDropDownColumn 配置的帮助主题
迪克