Hi,
Can somebody suggest me how to make JSDO CRUD operations using kendo form fields. I am able to do Create the record but unable to update/delete the record.
Raju
Hello,
In practice, you should be able to do jsdo.findById(), jsdo.assign(), and jsdo.saveChanges() to find the corresponding record in the JSDO memory, update it and send the changes to the server.
Just some few questions to get on the same page.
Are you using the JSDO directly or with a Kendo UI DataSource in the way that was mentioned in the "Using the JSDO with Kendo UI" white paper?
Links:
community.progress.com/.../1655.aspx
community.progress.com/.../1502.aspx
How are you accessing the fields in the form?
Are you using MVVM? (Kendo UI example with a form: demos.telerik.com/.../remote-binding )
I hope this helps.