E
egarcia
Guest
Hello, The CRUD methods of the transport are not events but the implementation of the CRUD operations. With version 4.0 and greater of the JSDO library, the DataSource of type "jsdo" provide the implementation for the CRUD operations internally. I think that you can accomplish what you are trying to do by using the change event of the Kendo UI DataSource: docs.telerik.com/.../datasource Another approach using the JSDO is to use the CRUD events afterCreate, afterUpdate, afterFill/afterRead, afterDelete, or afterSaveChanges at the JSDO level: documentation.progress.com/.../ I hope this helps.
Continue reading...
Continue reading...