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

[Solved] Radwindow called from button in radgrid

1 Answer 130 Views
Window
This is a migrated thread and some comments may be shown as answers.
Steve Addison
Top achievements
Rank 1
Steve Addison asked on 06 Mar 2008, 05:44 PM
Hey,

I have a case where the third level of a hierarchic Radgrid need to open a radwindow. I tried many approches but none were successful.

I tried opening a new window to a radwindowmanager on the button click but it seems that everytime the page render, it deletes it because if I try a second time, the radwindowmanager does not contain the window anymore.

I also tried to declare de radwindow in a radwindowmanager directly in the aspx and just change the 'VisibleOnPageLoad' attribut when needed. Again, when the page render it resets the attributs because second time I try the attrbut I just change de first for true is now false.

It seems like whatever I do the modification I do in codebehind are flushed.

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 11 Mar 2008, 10:03 AM
Hello Steve Addison,

Basically RadWindow opens a page based on its NavigateUrl. You can review our examples demonstrating the window's functionality here.

In case you have difficulties we kindly request you to make the desired functionality by yourself with standard browser's window.open popup. Then send us this sample project and we will be able to re-work it for you with RadWindow.

Sincerely yours,
George
the Telerik team

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