Hi all,
I have a radcombox present in a radwindow the autopostback is set to true and when i select a item in the radcombo the radwindow is being closed due to postback what to do???
With reference to this forum thread: This behavior is expected - if you are creating the RadWindow object on the
client. 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.