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

Radwindow Problem

2 Answers 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sunil
Top achievements
Rank 1
Sunil asked on 22 Feb 2011, 10:22 AM
Hello Sir/Madam


I'm using radwindow to open other pages , and when i refresh my page  all the page opened inside radwindow goes off.
Please help me out......

Thanks 

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 22 Feb 2011, 11:30 AM
Hello Sunil,

I suppose you are creating the RadWindow object on the client if so this behavior is expected . When there is a postback, the page gets reloaded which means that all dynamically created objects on that page, including RadWindow will be destroyed. If you want to preserve them, you should use the VisibleOnPageLoad property of the window and set it to true when you want to show RadWindow on the page.

Another work around is to reopen the RadWindow on each postback based on your conditions.

Thanks,
Shinu.
0
Sunil
Top achievements
Rank 1
answered on 24 Feb 2011, 07:08 AM
Thanks a lot Shinu......

Tags
Grid
Asked by
Sunil
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Sunil
Top achievements
Rank 1
Share this question
or