Asp.net mvc ListBox 有推荐吗?

发布于 2024-12-11 02:40:35 字数 144 浏览 0 评论 0原文

我正在将一个 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 技术交流群。

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

发布评论

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

评论(1

温馨耳语 2024-12-18 02:40:35

目前似乎还没有专门用于 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!

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