Hello,
I have a popup modal window coming up ona button click. I have Draggable false still when window Comes up i can drag and Change ist size. How can i stop this.
wnd = $("#Add").kendoWindow({
title: "test",
actions: ["Close"],
content: direction,
width: "800px",
height: "600px",
visible: false,
Draggable: false,
modal: true
}).data("kendoWindow");
wnd.center();
wnd.resi = false;
wnd.open();
I have a popup modal window coming up ona button click. I have Draggable false still when window Comes up i can drag and Change ist size. How can i stop this.
wnd = $("#Add").kendoWindow({
title: "test",
actions: ["Close"],
content: direction,
width: "800px",
height: "600px",
visible: false,
Draggable: false,
modal: true
}).data("kendoWindow");
wnd.center();
wnd.resi = false;
wnd.open();