I am trying to see how to configure the update transport when the remote script is a REST service
Via curl I can perform an update :
curl -X PUT -d "room=1¬es=test test&desc=18 to 25 years" http://myapisite.com/api/room/1
This works fine and updates the remote database.
But I cannot see an example of how to append the parameters via the update transport config; I get this error when attemping to send an edit :
I do see when I look @ the grid object while in developer tools that the dataSource data property for the grid is undefined. Which makes sense of the error above. I guess my question is where to define/bind that data property ....