{ title: "ID", width: 100, dataType: "integer", dataIndx: "id", type:'checkbox', cbId: 'state', render: function(ui){ if(ui.rowIndx % 2 ==0){ return ui.cellData + ""; } } },