带有明细表的 JQuery 网格
我有一个当前正在使用 Telerik Grids 的网格,我想将其转换为使用所有带有 JSON 的 Jquery。我想知道最好使用的工具是什么。 FlexiGrid 和 jQgrid 是我列表中最重要的两个,尽管我找不到任何 FlexiGrid 具有嵌套表(明细表)的示例,但这是必须的。
我的问题是,最好的工具是什么?有好的文档吗?
我正在使用 C# .net 4.0。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关使用 jqGrid 主/详细网格的演示,您可以在此处找到。您应该在左侧树部分选择“高级”,然后选择“主详细信息”。有关 jqGrid 的文档,您可以在此处找到。在 stackoverflow 上和 trirand 论坛,您会找到许多问题的示例和答案。你当然可以问你自己的问题。
在我看来,jqGrid 是目前最好的网格 jQuery 插件,具有许多不同的功能。它正在积极开发(请参阅 http://github.com/tonytomov/jqGrid 和 http://github.com/tonytomov/jqGrid/tree/dev)。完整的源代码可用。
The demo about the usage of Master/Detail grids with jqGrid you can find here. You should choose on the left tree part "Advanced" and then "Master Detail". Documentation about jqGrid you will find here. On the stackoverflow and under trirand forum you will find examples and answers on many questions. You can of cause ask you own question.
In my opinion jqGrid is currently the best jQuery Plugin for grids with many different features. It is active developed (see http://github.com/tonytomov/jqGrid and http://github.com/tonytomov/jqGrid/tree/dev). Full source code in available.