I have a local datawindow that could contain many rows, but only one row would be updated at a time. I'm looking for the best practice for updating the data.
Would I export just the new/changed row as a JSON and submit it to the web service? If so, how do I update the local datawindow row with the returned JSON so it reflects the correct content and state?
Would I export the entire contents? Upon return would I then reset the datawindow and load the returned JSON? This sounds expensive if there are many rows involved.
Thanks,
Joe