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

Kendo window with fixed width and height

1 Answer 724 Views
Window
This is a migrated thread and some comments may be shown as answers.
Anamika
Top achievements
Rank 1
Anamika asked on 12 May 2014, 12:09 PM
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();

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 12 May 2014, 12:36 PM
Hi Anamika,

You can set both draggable and resizable options to false, so the Kendo UI Window will stay static as in this example:

http://jsbin.com/sicus/1/edit

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Window
Asked by
Anamika
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or