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

Kendo window with fixed width and height

3 Answers 100 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:10 PM
Hello ,

I have Kendo modal window coming up on button click like this

 wnd = $("#Add").kendoWindow({

title: "test",

actions: ["Close"],

content: direction,

width: "800px",

height: "600px",

visible: false,
Draggable: false,

modal: true

}).data("kendoWindow");

}

//wnd.refresh(direction);

wnd.center();
wnd.resi = false;
wnd.open();

How can i stop window from resizing? draggable false do not help

Anamika

3 Answers, 1 is accepted

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

As I have already answered your question in the other thread that you created, I will copy my answer here as well:

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


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.

 
0
Anamika
Top achievements
Rank 1
answered on 12 May 2014, 02:24 PM
thanks that works
0
Kiril Nikolov
Telerik team
answered on 12 May 2014, 02:39 PM
Hi Anamika,

I am happy to hear that the example was helpful.

In case you have any other questions, please do no hesitate to contact us.

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
Anamika
Top achievements
Rank 1
Share this question
or