we have strange problem with save from grid to store.
We have odata proxy, some panel and grid. Deleting and updating data via grid/form works.
Inserting data via roweditor into connected webservice also works, but after insert is performed grid row is cleared to empty values. I was able only to investigate that cause is datachange event.
I was fiddling with everything and "solution" was throwing exception in write listener of store.
So we're completely missing something. Please can you help?
Attached is sample JS file as like as ODATA proxy code...
Well, I have to tell you something...
We are choosing a platform for brand new eterprise level application, I voted as a project leader for ExtJS, but with such a level of support I'll have to look around for C1, DevExpress or Telerik...
I know, we have not purchased yet, but someone should take a care about potential customer...and you don't...
On the forums I do not download source code as it takes some time to try to get things setup and source code almost always doesn't run so then I have to make it run and setup some datasource after digging into the application. If someone has a support subscription then they can get more one on one service from our support portal.
So what we have to do? Simulating the issue has to be pretty simple / just implementing CREATE operation on the model have to be enough. There's nothing complicated on the server side.
Maybe it is a problem of ODATA proxy?
I'll try different approach without ODATA proxy and with standard AJA JSON proxy. Will let you know...