Hi,
I am able to submit edited data to server using inline edit feature and followed the below link for batch editing.inline batch editing. But it is passing default value of Boolean type(in Java) for boolean type fields. How to send actual(original or selected) boolean values to server.
column in colModel:
{label: ‘Cert Require’, name:’certRequired’,index:’certRequired’,edittype:’select’,editoptions:{value:{true:’Yes’,false:’No’}},search:true,editable: false, width: 150,formatter: getEnabledContent,stype: ‘select’,searchtype: ‘select’,searchoptions: {
value: $.extend({”:’All’}, booleanType)}},<!–more–>
Thanks & Regards,
Jay
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top