This is a migrated thread and some comments may be shown as answers.

Which event i can use after the server respones the request?

3 Answers 40 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Chilam
Top achievements
Rank 1
Chilam asked on 17 Apr 2012, 06:53 AM
for example,when i send the delete request to the server,but server delete error , in this time,server will respones the error message,
now which event i can use to alert the message?

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 18 Apr 2012, 02:06 PM
Hello Chilam,

The Kendo DataSource provides the change and error events, so you can use the second one. The event arguments are the same as the ones provided by jQuery Ajax errors, because the DataSource internally uses $.ajax.

Kind regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 18 Apr 2012, 02:43 PM
@Dimo,
  There's also "requestStart", why isn't that documented?
0
Dimo
Telerik team
answered on 18 Apr 2012, 04:07 PM
@Steve - it is now, thanks.


Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Data Source
Asked by
Chilam
Top achievements
Rank 1
Answers by
Dimo
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or