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.
我Delete在我的网格中有一个选项,我正在使用MultiSelect设置为true. 为了看中我的复选框,我打算使用imaged checkboxes而不是标准复选框。
Delete
MultiSelect
true
imaged checkboxes
我已完成将图像复选框放入标准 div 中。
现在我正在为设置为的JqGrid复选框尝试相同的选项。MultiSelecttrue
JqGrid
我需要做的是在multiSelect设置选项时“向复选框添加一个类”。
multiSelect
如何将类添加到JqGrid复选框?
在大多数情况下,简单地将类添加到复选框是不够的。可能想要你想要的非常接近另一个先前回答的问题。请参阅为答案创建的演示。您可以看到代码包含、和回调。您应该考虑到 jqGrid 的代码使用标准复选框,它在使用. 您所做的所有修改都不应破坏现有的 jqGrid 代码。onSelectAllbeforeSelectRowonSelectRowloadCompletemultiselect: true
onSelectAll
beforeSelectRow
onSelectRow
loadComplete
multiselect: true