I need an onLoaded event for the Kendo UI window widget. While the content loads asynchronously I want to display something like "Loading..." or a spinner.
3 Answers, 1 is accepted
0
Accepted
Iliana Dyankova
Telerik team
answered on 11 May 2012, 01:38 PM
Hi Bjarke,
Such an event is not available in the Kendo UI Window, but you could achieve the same by initializing the window content with a loading message. For example:
I also want a preloader for my kendo Window and tried your suggestion. Unfortunately it had no effect - the "Loading" message isn't visible. Can you provide an alternative solution or a jsfiddle that demonstrates the functionality?
In order to display a preloader while the document is loading, you could append a div which contains the loading image to the window. For convenience I created a simple project, which illustrates such approach in action - please find it attached.
Greetings,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!