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

Postback issue will selecting a value in RadCombobox

2 Answers 104 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Naveen kumar
Top achievements
Rank 1
Naveen kumar asked on 24 Oct 2012, 02:10 PM
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???

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Oct 2012, 04:28 AM
Hi,

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.

Thanks,
Princy.
0
Naveen kumar
Top achievements
Rank 1
answered on 25 Oct 2012, 04:43 AM
where should i display the radwindow visibleonpageload true in pageload then the window will be visible once the page load.
Tags
ComboBox
Asked by
Naveen kumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Naveen kumar
Top achievements
Rank 1
Share this question
or