How can I edit a text-field from the GeditSubmit() function?
Using the IOL technique, I am able to parse all of the edits a user made while in grid edit. function GeditSubmit(dbid) { if (!gGED.HasDataChanged() && !gAndDone) { QBalert("<div class=redh...
Wow, you weren't kidding about it being messy. Got it to work by parsing the jax.params in GeditSubmit, adding my own edits and then sending it along to jax.DoAsyncCmd(GESubmitCallback);