How to force jqGrid 4.10.1-pre to encode ‘ character always

Free jqgrid uses setting autoencode: true grid definition contains: $grid.jqGrid({ url: '/admin/API/Entity', datatype: "json", editurl:'/admin/Detail/Edit' In inline edit <a character is entered to Nimetus column and data is posted to server in url-encoded format. Request URL:http://localhost:52216/admin/Detail/Edit?_entity=DokG&_dokumnr=135322&_vmnr=0 Request Method:POST Status Code:490 OK Response Headers view source Cache-Control:private, s-maxage=0 Content-Length:122 Content-Type:application/json; charset=utf-8 Date:Mon, 23 Nov 2015 15:31:54 … Read more