i have kendo ui datasource sync.
Here is the link:
http://jsbin.com/uhamer/3
When you click on list, article will show in grid list(down), then if you click again on same article, it will increse quantity +1. In that new dataSource that should be synced, schema.model.id is set to id.
When i click on Send data button, it shows me error.
Firebug:
Chrome:
What am i doing wrong here?
Thanks.
Here is the link:
http://jsbin.com/uhamer/3
When you click on list, article will show in grid list(down), then if you click again on same article, it will increse quantity +1. In that new dataSource that should be synced, schema.model.id is set to id.
When i click on Send data button, it shows me error.
Firebug:
TypeError: r is undefined
Chrome:
Uncaught TypeError: Cannot read property
'data'
of undefined<br>
What am i doing wrong here?
Thanks.