I have an error dialog window I need to open where the content is the result of a Http/REST error from the server. How do I set the content of the body of the window dynamically?
1 Answer, 1 is accepted
0
Petur Subev
Telerik team
answered on 21 Aug 2014, 12:29 PM
Hello Tim,
You have two options:
1) Perform your own $.ajax request and within the success callback of the request set the content of the window with its content method.
2) Use the refresh method of the Window (which will pretty much do the same as the approach above).
Kind Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!