We were hoping to see a working demo of the Popup Editing logic only because we have encountered a couple troubling differences when running non-Pro logic using the 3.3.0 libraries. It is likely something we've overlooked but so far the cause has escaped us. A working demo would be great, or if you can suggest viable work-arounds then that would be appreciated. Almost everything works identically, but we ran into the following:
1) When running 2.0.4 demo code against 3.3.0 libraries, the dialog buttons do not show when the popup is first displayed. We are running with the same jQuery and jQuery-ui libraries that are used in other 3.3.0 demos, which is jQuery 1.9.1 and jQuery-ui 1.11.4. If we switch to use older jQuery and jQuery-ui libraries then the issue clears up, but its not clear why, and we'd prefer to reference the newer libraries that are referenced elsewhere in 3.3.0.
2) We'd prefer to set the grid editable property to false, so that inline row editing cannot occur. In the 2.0.4 demo, the editable option appears to work such that a 'false' setting prevents inline row editing, but it is still possible to update a row using the updateRow method (which is perfect for a popup dialog approach). In 3.3.0, when the grid editable property is false, we are not able update the row using updateRow method.
Attached is a sample of the code we're working with.
Thanks again for your help.