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

RadWindow example DialogReturnValue

3 Answers 97 Views
Window
This is a migrated thread and some comments may be shown as answers.
John Tobin
Top achievements
Rank 1
John Tobin asked on 24 Jul 2008, 09:59 AM

I have been working with the RadWindow example DialogReturnValue.

What I would like to do is a similar application but rather than using a textarea, I would like to use a Wizard from the "Standard" toolbox.

However, any time I add a wizard (or any other control including standard textbox and even HTML Input (Text), I get an error in the GetRadWindow function of the Dialog.aspx page

- Microsoft JScript runtime error: Object required

This happens on the line

else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;

Any suggestions greatly appreciated

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 25 Jul 2008, 11:40 AM
Hello Michael,

Can you please provide more information on your setup? Where is the wizard (parent page / content page) and how do you want to use it?


Greetings,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
John Tobin
Top achievements
Rank 1
answered on 28 Jul 2008, 08:56 AM
ok, I have this sorted.

If I make a change in the design view to the aspx page, I get the error described in my post.

If I also make a change (any change - such as adding more white space) to the .aspx.cs file, I do not encounter the error.

A quirk with visual studio perhaps?
0
Georgi Tunev
Telerik team
answered on 28 Jul 2008, 11:20 AM
Hello Michael,

I am afraid I cannot tell what is the reason for the problem as I don't know what are the exact steps that you have followed before the problem occurred. If you can give me an exact step-by-step reproduction instructions, I can check it.

All the best,
Georgi Tunev
the Telerik team

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