Or can it be configured to be either? (We are just trialing the Kendo package at the moment)
This applies to both fetching data and posting back changes.
Thanks
Myles.
1 Answer, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 28 Aug 2013, 07:29 AM
Hello Myles,
All DataSource operations are asynchronous. There are case when then can complete right away (if using local data), but you shouldn't relay on this. Your logic must treat all DataSource operation as async.
For the purpose of handling different DataSource states you can handle appropriate events. For example:
- change event notifies that new data is fetched
- error event notifies that there are some errors while fetching the data, etc.
Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!