gfrobenius said:
I am using jqgrid with ColdFusion, and it works great. Just have one issue I can't seem to figure out. I'm using the “Prefix serialized JSON with” setting in ColdFusion. (See http://help.adobe.com/en_US/Co…..-750b.html the secureJSON and secureJSONPrefix options) Here's another a link that talks about it http://www.petefreitag.com/item/720.cfm.
It basically just adds some characters to beginning of the JSON string that is sent back like this…
//{“rows”:[{“cell”:[””,10000228637555,”ACSN”,”444657#002”,””,”OPEN”,”GFHGVKJLM”],”ID”:10000228637555},{“cell”:[etc…
Notice the leading //. My question is, is there a way I can manipulate the response before it tries to act on it so I do not receive parseerror?