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

Possible radwindow bug and how to question

2 Answers 32 Views
Window
This is a migrated thread and some comments may be shown as answers.
G S S
Top achievements
Rank 1
G S S asked on 11 Apr 2009, 10:40 PM
Hi,

A couple of questions:

1) I have C# code like this, in the RadMenu item click event:

if (e.Item.Text == "s")
{
radWindow1.Navigateurl = "step4.aspx"; // a page in the root of my site
}

However, whenever I run my project, click the item on the menu entitled "s", the web app will just hang with the familiar Windows waiting cursor.

I know this is not the RADMenu forum section, but I am not sure what's to blame here - radmenu or radwindow?

2) I know about using OffsetelementID to position a radwindow, but how can I position one window below another, when both radwindows are in the same block (div)?

Thanks

2 Answers, 1 is accepted

Sort by
0
G S S
Top achievements
Rank 1
answered on 13 Apr 2009, 02:15 AM

Anyone know the answers?

I hope someone could tell me what I'm doing wrong as I am using a trial version and would like to move forward with the controls. :)

0
Georgi Tunev
Telerik team
answered on 13 Apr 2009, 11:43 AM
Hello G,

The part of the code that you posted looks good and should not be the reason for the problem. Is the radWindow1 window already visible? If you want to show a RadWindow from the server, note that it has to have its VisibleOnPageLoad property set to true.
As for your second question, I suggest to use the client-side API (moveTo() method) to position the RadWindow.

If you continue to experience problems with your scenario, please open a support ticket and send us a small sample project that illustrates them. We will check it right away.


Best wishes,
Georgi Tunev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Window
Asked by
G S S
Top achievements
Rank 1
Answers by
G S S
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or