Hi, I just recently started using ParamQuery (Pro) v 3.2.0, and have a mostly full implementation done of a simple grid I'm using with support for insert/update/deletes.
I've got the inserts & deletes working fine now, but whenever I go to do an update (I'm using the auto-saving mode, with demo here:
http://paramquery.com/pro/demos/editing_instant).
In the console on Firefox I get:
TypeError: newcls is undefined
pointing to this line in pqgrid.dev.js: 6581:
TypeError: newcls is undefined
newcls = uniqueArray(newcls.split(/\s+/)).join(" ");
Could anyone help me out on what I'm doing wrong here, if anything? I imagine I may just be missing some option or have an incompatible one set or something, but I'm surprised since the updates and deletes work.