Hi,
While opening a RadWindiow, I initialize their behavior (say have just Close and Maximize button). But when the window is shown, the position of the buttons are not proper ie buttons are not appearing to the extreme right of the title bar. When I resize the window, they are positioned properly ie buttons are aligned to the right. Following is the code I am using to show the window
function openPopup() {
var oWnd = radopen("http://www.google.com", null);
oWnd.setSize(1000, 1000);
oWnd.set_initialBehaviors(Telerik.Web.UI.WindowBehaviors.Move + Telerik.Web.UI.WindowBehaviors.Close);
oWnd.set_behaviors(Telerik.Web.UI.WindowBehaviors.Maximize + Telerik.Web.UI.WindowBehaviors.Close);
}
I am currently using "Hay" skin (able to see the same behavior with Default skin also). Product version of the assembly is 2009.01.0402.35.
Regards,
Raja
While opening a RadWindiow, I initialize their behavior (say have just Close and Maximize button). But when the window is shown, the position of the buttons are not proper ie buttons are not appearing to the extreme right of the title bar. When I resize the window, they are positioned properly ie buttons are aligned to the right. Following is the code I am using to show the window
function openPopup() {
var oWnd = radopen("http://www.google.com", null);
oWnd.setSize(1000, 1000);
oWnd.set_initialBehaviors(Telerik.Web.UI.WindowBehaviors.Move + Telerik.Web.UI.WindowBehaviors.Close);
oWnd.set_behaviors(Telerik.Web.UI.WindowBehaviors.Maximize + Telerik.Web.UI.WindowBehaviors.Close);
}
I am currently using "Hay" skin (able to see the same behavior with Default skin also). Product version of the assembly is 2009.01.0402.35.
Regards,
Raja
