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