I am using jqgrid version 4.4.3. I want to change multiselect value with the data or before data dynamically.
It is possible to put dynamic value in multiselect as true or false.
jQuery("#plist").jqGrid({
url : URL,
datatype : 'json',
mtype : 'POST',
colModel : colModelData,
pager : '#pagerTrade',
rowNum : 80,
gridview: true,
rowList : [ 80, 160, 240 ],
viewrecords : true,
height : "550",
width : "auto",
viewsortcols : [ true, 'vertical', true ],
multiselect : multiselect,
multiboxonly: true,
autoencode: false,
});
i am calling this code multiple time i want to set multiselect dynamically