Checkbox edit is not working in jqgrid

Mudassar ali
{
    name: 'hidden',
    editable: true,
    formatter: "checkbox",
    editoptions: {
        value: 'True: False'
    },
    edittype: "checkbox",
    index: 'hidden',
    width: 40,
    sortable: true,
    sorttype: 'int',
    align: "center"
},

This code is working in jqgrid, is some time editable in chrome but not editable in firefox and safari, etc. Plz help me thanks

Mudassar ali
{name: 'hidden', editable: true, formatter: "checkbox",  edittype: "checkbox", index: 'hidden', width: 40, sortable: true, sorttype: 'int', align: "center",formatoptions:{disabled:false}},

formatoptions:{disabled:false} is missing

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related