Hi. I would like to find out if I can modify or configure how JqGrid sends a multi-select box values to the server. It currently send a comma separated string of all the selected values. I expected it to send an array of strings containing the selected values. Is there a way of forcing JqGrid to send the values as an array instead of a comma separated string?
…
{name:userRolesLabel, index:
“role”, sortable:false, stype:”select”, searchoptions:{value:”:;”+userRoleFilterValues}, add:true, delete:true, editable:true, edittype:”select”, editoptions:{value:userRoleFilterValues, multiple:true, size:5}},
…
Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top