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.
我有一个 Telerik MVC 网格,我想在其中添加一个数据绑定列。我希望此列显示 Telerik 下拉/自动完成控件。
我怎样才能做到这一点?
如果您只想显示数据,这很容易 - 您可以在列的Template方法中定义 DropDownList。如果您希望您的更改影响模型并对其进行更改 - 您需要使用 EditorTemplate。使用 UIHint 属性或使用列的 TemplateName 方法来指定编辑器。您可以查看此演示以了解此类实现。