Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个相当宽的 jqGrid 设置,因此水平滚动条是可见的。
问题是,当向右滚动并单击单元格时,滚动条会一直跳回左侧。
任何想法为什么会发生这种情况以及如何防止它?
我和jqGrid4.1.2也有同样的问题 试了这么多方法,终于找到了解决办法
制作网格后,请执行以下操作:
jQuery('#id').jqGrid('GridNav');
position:fixed
jQuery('#id_kn').parent().attr("style", style+"position:fixed");