I am using this code for sending data to controller, but i want to pass one more parameter say birthDate how can I pass it using below syntax ???
jQuery("#patient").jqGrid('setGridParam', {url : "totalPatientList.html?pid=" + $('#byId').val()});
plz help me soon....