I am opening a new RadWindow from code behind adding it to the collection and that works fine. The problem is when the window gets added to the collection all the other RadWindows that are currently open close. Do you have any suggestions?
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 24 Sep 2009, 08:57 AM
Hello Chris,
If you are doing this with a postback, such behavior is expected. To avoid it, I suggest to use Ajax and to open the window on the client by using radopen() for example.