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

Kendo Grid Popup expands to page width on double clicking panel

1 Answer 160 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sarthak
Top achievements
Rank 1
Sarthak asked on 21 Jun 2017, 05:03 AM

Here is my kendo popup of a particular height and width but when I double click on the panel it expands to full page width. How to avoid it?

Here is the html code for my kendo grid popup:

 

<div kendo-window="vm.winVersionHistory" id="verHistory" k-width="850" k-title="'Version History'" k-position="{ top: 200, left: 300 }" k-modal="true" k-visible="false">  </div>

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 22 Jun 2017, 12:48 PM
Hi Sarthak,

You can specify the max height and width that can be achieved by resizing the window with the properties maxHeight and maxWidth.

The following dojo illustrates how the window behaves after max width and height are specified:



Regards,
Georgi
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Sarthak
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or