Asp.net mvc ListBox 有推荐吗?
我正在将一个 asp.net 应用程序转换为使用大量列表框的 asp.net mvc,特别是来自 Telerik 的 RadListBox。 mvc 附带的 ListBox 非常基本,我想知道是否有人遇到过更好的替代方案。我真的在寻找从客户端重新排序、添加和删除的能力。谢谢
I'm converting a asp.net application over to asp.net mvc that uses a lot of listboxes, specifically the RadListBox from Telerik. The ListBox that comes with mvc is very basic and I'm wondering if anyone has come across a better alternative. I'm really looking for the ability to reorder, add, and delete from the client. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前似乎还没有专门用于 MVC 的工具(具有像 Telerik 工具这样的专业功能)。不过,我建议您使用扩展方法,因为它是 我的问题已经:
您也可以将其替换为 [Telerik MVC dropdownlist][2]
[2]:http://demos.telerik.com/aspnet-mvc/razor/combobox 其中是免费的!
It seems at the moment there is no special tool (with professional features like Telerik tools) for MVC. However I suggest you using extension methods as it was my problem already:
And also you can replace it with a [Telerik MVC dropdownlist][2]
[2]: http://demos.telerik.com/aspnet-mvc/razor/combobox which is Free!