在 jqgrid 中隐藏子网格标题
我已经用子网格实现了 JQGrid。
我需要仅隐藏子网格标题(外部主网格标题应该仍然可见)。
我尝试在 subGridRowExpanded 上使用以下代码 $(".ui-jqgrid-hdiv", "#gbox_" + subgrid_id).hide() ,但这没有解决问题。
对此的任何帮助将不胜感激。
I have inplemented a JQGrid alog with a subgrid.
I have a requirement of hiding only the subgrid headers(the outer main grid headers should still be visible).
I tried using the following code $(".ui-jqgrid-hdiv", "#gbox_" + subgrid_id).hide() on subGridRowExpanded , which did not solve the problem.
Any help on this will be deeply appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试从主网格中隐藏 gridComplete 函数中的标题:
Try to hide the header in the gridComplete function from the main grid: