[progress Communities] [progress Openedge Abl] Forum Post: Re: Advanced Two-tables Ui Using...

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello William, There are a couple of things to look at here. To fix error (7211), we would need to see the payload being sent to the server to see the structure of the dataset. Then we would be able to figure out what is causing it. Could you share the network info from the web inspector? There are some few ways that you could handle changes from two Kendo UI Grids. One approach uses settings for the transport: readLocal: true and autoSave: false. These properties are not documented yet but they were mentioned on first threads that you listed above: community.progress.com/.../83484 Are you using these properties? How are you sending the changes to the server? Are you sharing the same JSDO with both grids? The general idea is that you would set readLocal: true and autoSave: false on the DataSource of the child grid. In this way, the update would be saved into the shared JSDO and a sync() on the DataSource of the parent grid would send the changes to the server. You would also need to handle the case where there are changes to the child grid but no changes to the patent grid. What version of OpenEdge and the JSDO are you using? I hope this helps. Edsel

Continue reading...
 
Status
Not open for further replies.
Back
Top