MVC 3 WebGrid - 可以进行内联编辑吗?
有人使用 MVC 3 WebGrid 帮助器实现内联编辑吗?我已经对该主题进行了大量搜索,但没有找到太多建议。另外,我无法使用其他第三方或开源网格。
提前致谢!
Has anyone implemented inline editing using the MVC 3 WebGrid helper? I've done a lot of searching on the topic, but haven't found much in the way of suggestions. Also, I'm not in the position of using other 3rd party or open source grids.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
似乎没有使用 WebGrid 进行内联编辑的解决方案,但鉴于它是开源的并且您似乎有特定的要求,我建议您编写一些内联编辑功能。然后,您可以将其贡献给社区,并最终帮助其他开发人员满足此要求。
Mike Brind 有一篇关于从 WebGrid 创建弹出编辑的文章(
如果您不这样做)没有时间或意愿,那么我强烈建议;
There doesn't seem to be a solution for inline editing with the WebGrid, but given that it's open source and you seem to have a specific requirement I suggest you write some inline editing functionality. You could then contribute this back to the community and end up helping other developers with this requirement.
Mike Brind has an article on creating a popup edit from WebGrid
If you don't have the time or inclination then I strongly suggest either;
您可以非常轻松地向 WebGrid 添加内联编辑功能。我在这里写了一篇关于它的文章:http://www. mikesdotnetting.com/Article/202/Inline-Editing-With-The-WebGrid
You can add inline editing capability to the WebGrid quite easily. I have written an article about it here: http://www.mikesdotnetting.com/Article/202/Inline-Editing-With-The-WebGrid