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,
});
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,
});