I'm not sure if this is by design or not. I've worked with RadWindows in the past, but usually using a RadWindow as a part of a RadWindowManager and with it loading up a separate page in the RadWindow. Here is the window setup:
I'm opening the RadWindow with the following javascript function:
When the user clicks a LinkButton, the following is executed in code behind to open the window:
The window opens okay, but as soon as I click one of the buttons in the window it closes. I really need it to stay open until I tell it to close since I'm going to take the user through several steps inside of the RadWindow.
Thanks,
Adam