Here\'s a simple question. I have a jqGrid that\'s working great but I want set the default value for a checkbox to checked when user adds a new item. Here\'s a snippet of
I have used this, it worked.
editoptions: {value: "true:false", defaultValue: "true"}