Hi Guys,
Does any one use JQGrid with JSONP. My Json in from seperate webapp and hence i am consuming using $.get with datatype JSONP.
I browsed through the JQgrid samples and documentation and there is no JSONP sample. I replaced the url:'http://services.xxx.com/xxxx/json',datatype: "jsonp"
, On the document ready the jsonp request has been called and got the response with 200 OK padded data(In Firebug). But the grid rows are not getting populated.
Anything else i need to add or anyone got any workarounds for that. Currently i am using as local data type consuming the service and using as array type.
Regards,
Pradeep