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>