Newbie alert...
Ok - so I've generated an OData webservice using LLBLGen - and I've added a service reference to my .net winforms project.. So - I'm not linking to the data directly - but via a webservice
In my form I've added a datagridview, and a BindingSource
Set the Bindingsource.datasource =webservice.OneOfMyEntities
Set the Datagridview datasource to the binding source - and my rows magically appear
Now - the question!
I can edit the cells in the grid but it doesnt seem to keep save to the data when I call the webservice.SaveChanges()
Am I doing something stupid ?
Can anyone point me in the right direction...