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

[Solved] Radwindow Positioning not working

3 Answers 175 Views
Window
This is a migrated thread and some comments may be shown as answers.
Madhu
Top achievements
Rank 1
Madhu asked on 14 May 2008, 09:03 PM
I placed a Radwindow control inside a Radwindow manager inside a Master page in my application. I set the Top and Left property of the Radwindow to diferent values at design time and open the Radwindow in the master page code behind  as below

Dim

sScript As String = "<script for='window' event='onload' type=""text/javascript"">"

sScript +=

" var oWnd = window.radopen(""WFTaskTrack.aspx"", ""RadWindow1"");"

sScript +=

" oWnd.Minimize(); "

'sScript += " var w = oWnd.ClassicWindow; "

'sScript += " w.minimize();" 'moveTo(parseInt(oWnd.Left), parseInt(oWnd.Top));"

sScript +=

"</Script>"

Page.ClientScript.RegisterClientScriptBlock(

Me.GetType, "", sScript)

The design time setting are as follows

<radW:RadWindowManager ID="RadWindowManager1" Width="850px" Height="205px" runat="server">

<windows>

<radW:RadWindow NavigateUrl="WFTaskTrack.aspx" Top="20px" Left="100px" Runat="server" Id="Radwindow1">

</radW:RadWindow>

</windows>

</radW:RadWindowManager>

I keep changing the "Top" and "Left" properties to different values and then run the application. But the Radwindow always appears on the same position. which is the initial setting position.

Thanks
Madhu

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 15 May 2008, 08:02 AM
Hi Madhu,

Can you please send me a sample project where the problem can be reproduced? I cannot reproduce the same behavior locally and I need more information about your exact setup.

Once we can reproduce the problem locally, we will do our best to help.

Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Madhu
Top achievements
Rank 1
answered on 16 May 2008, 08:35 PM
I want to attach a sample project with this thread, but it seems there is no option to attach a file. Pls let me know I can I send the sample project.

Thanks
Madhu
0
Georgi Tunev
Telerik team
answered on 17 May 2008, 11:47 AM
Hi Madhu,

You need to open a support ticket for that - you cannot attach files in the forums. Please log in your Client.net account and go to My Support tickets - there you can start a new ticket and send us the project.



Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Madhu
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Madhu
Top achievements
Rank 1
Share this question
or