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

Window Success or Render Complete event

1 Answer 375 Views
Window
This is a migrated thread and some comments may be shown as answers.
Marty
Top achievements
Rank 1
Marty asked on 12 Dec 2012, 05:33 AM
Hi, I have kendowindow working great, except I need to run jquery events after the window has rendered contents. Is there an event I can hook into when external content is done loading?  Like other widgets, or jquery ui widgets do or ajax calls.   I thought I saw success functions but maybe other widgets have them, not the kendo window?
thanks
Marty

  $("#window").kendoWindow({
            content: {
                url: url,
                data: { id: 5}
            },
            actions: ["Custom", "Refresh", "Maximize", "Minimize", "Close"],
            draggable: true,
            height: "400px",
            modal: false,
            resizable: true,
            title: false,
            width: "400px",
            minWidth: 200,
            minHeight: 200,
        });

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 13 Dec 2012, 03:25 PM
Hello Marty,

All the available events are listed in our documentation. I assume that you are looking for the refresh event.

Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Marty
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or