JQ Grid:复选框在添加或编辑记录

时间:2015-10-29 14:06:40

标签: jqgrid

我在JQ网格编辑中使用自定义复选框icheck并添加表单但是复选框元素即使被检查也没有发布到服务器。

以下是表单生成的标记:

`<td class="CaptionTD">
    Status
</td>
<td class="DataTD">
    &nbsp;
    <div style="position: relative;" id="userGroupBean.isActive_icheck" class="icheckbox_square-green checked">
        <input title="" style="position: absolute; opacity: 0;" class="FormElement" role="checkbox" name="userGroupBean.isActive" id="userGroupBean.isActive" offval="0" value="1" checked="" type="checkbox">
        <ins style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border: 0px none; opacity: 0;" class="iCheck-helper"></ins>
    </div>
</td>`

0 个答案:

没有答案