jqGrid - 防止取消选择行
使用 jqGrid,如果我再次单击所选行,则该行将被取消选择。
有什么办法可以防止这种情况发生吗? 我希望该行仍被选中。
Using jqGrid, if I click the selected row again, the row is deselected.
Is there any way to prevent this from happening?
I would like the row to still be selected.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
很好的解决方案,更紧凑的版本:
Great solution, a little bit more compact version:
这是我和我兄弟想出的一个解决方法,只需将以下代码放在 beforeSelectRow 事件中即可:
Here is a workaround my brother and I came up with, just place the following code in the beforeSelectRow event: