I downloaded the Pro evaluation and when I try to use xmlToJson var data = $.paramquery.xmlToJson(dataXMLDoc, obj);
I get the error: "TypeError: $.paramquery.xmlToJson is not a function"
If I use var data = $.paramquery.xmlToArray(dataXMLDoc, obj);
it works
I've made sure I'm using the correct pqgrid.min.js file that came with the Pro evaluation but it looks like the function isn't in there.