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

How to open RadWindow in Parent Page

0 Answers 113 Views
Window
This is a migrated thread and some comments may be shown as answers.
mohammad farahani
Top achievements
Rank 1
mohammad farahani asked on 13 Nov 2010, 11:26 AM

Hello dear

I Want to use RadWindow in a FormApplication atasp.net.

In my Parent form i used Radwindow to open child window

then in the child i want to open another window.

by search Telerik Website i find this code

var oManager = GetRadWindow().get_windowManager();
  var oWindow = oManager.open(..., "NewWindow");
oWindow.setSize(860, 600);
oWindow.center();

and it work well.But when i submit 2nd form in not work.

i use Window Manager in 2nd form but the new form open inside that form.

How can i response this job but Serversite code? or how i desolve this problem?

No answers yet. Maybe you can help?

Tags
Window
Asked by
mohammad farahani
Top achievements
Rank 1
Share this question
or