4 Answers, 1 is accepted
0
Hello andrew,
Rosen
the Telerik team
I'm afraid that I'm unable to observe such behavior locally. The content of the response property of requestEnd event argument is indeed the data returned from the server. Therefore, could you please provide a small sample in which the described issue can be observed.
All the best,Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Kenny
Top achievements
Rank 1
answered on 25 Apr 2013, 06:19 PM
Are you looking at e.response or e. sender?
I've also been looking at the requestEnd event a lot in the past day or so and I can confirm that e.response does indeed contain just the raw server data. e.sender however also has the Kendo extended version of the server response.
I've also been looking at the requestEnd event a lot in the past day or so and I can confirm that e.response does indeed contain just the raw server data. e.sender however also has the Kendo extended version of the server response.
0
Hello Kenny,
Rosen
the Telerik team
This indeed is expected as the sender of the event is the DataSource itself, which does have data - both processed and raw. However, at the point in which the event is raised it will be stale as the new data is not processed.
Regards,Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Accepted

andrew
Top achievements
Rank 1
answered on 26 Apr 2013, 07:52 AM
I was able to find my returned data in
and the text part in
Thanks for looking into this issue.
Regards
Andrew
e.response.documentElement
e.response.documentElement.textContent
Regards
Andrew