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 中使用多选。当我单击一行时,该行被选中并选中。每当我单击“onSelectRow”事件中的一行时,我都希望它基于一个条件,并更改该行的选中状态(如果 false 设置为未选中)。我该怎么做呢?
您可以通过从 中返回 false 来阻止选择beforeSelectRow。您可以在此处实现任何自定义条件。
beforeSelectRow