This question is locked. New answers and comments are not allowed.
Hi,
I'm using Telerik MVC version 2011.2.712 with .Net 4.0 in visual studio 2010.
When creating a client window the window is posisioned far (1652px) down the page instead of being centered.
This is how I create the window:
I've read the forum theads, including testing version 2011.3.1115 without any luck.
Regards,
Rune
I'm using Telerik MVC version 2011.2.712 with .Net 4.0 in visual studio 2010.
When creating a client window the window is posisioned far (1652px) down the page instead of being centered.
<div class="t-widget t-window" style="top: 1652px; left: 0px; ">
<div class="t-window-titlebar t-header">
<span class="t-window-title">Success</span><div class="t-window-actions t-header">
<a href="#" class="t-link"><span class="t-icon t-close">Close</span></a></div></div>
<div class="t-window-content t-content" style="width:300px;height:100px;">
<strong>this is a test...</strong></div></div>This is how I create the window:
function openProduct2(productID) { var dialog1 = $.telerik.window.create({ name: "Window", title: "Success", html: "<strong>this is a test...</strong>", modal: true, resizable: false, draggable: true, visible: false, width: 300, height: 100 });.data('tWindow').center.open();I've read the forum theads, including testing version 2011.3.1115 without any luck.
Regards,
Rune
