컬럼마다 checkbox를 부여하는 방법입니다.


1
{name : "컬럼이름"    , index : "컬럼이름" , editable : true, edittype: 'checkbox', editoptions: { value: "Y:N", defaultValue :"Y"}}
cs


jqgrid 맨 앞에 checkbox를 선언하여 select되게 하는 checkbox 부여하는 방법입니다.


jqgrid 선언부에


1
multiselect: true,
cs


삽입하여 주시면됩니다.