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

RadComboBox within RadWindow

2 Answers 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 11 Apr 2013, 12:09 PM
Hello and Thank you for your help in advance,

I am facing an issue where I have two rad windows, and each rad window contains a radcombobox.
These rad windows are opened on the client and are basically just two small forms.
There are submit buttons in each rad window which provide a post back and a stored procedure call.
The problem I am seeing is that it takes a page refresh from browser two these the results in either radcombobox - even though I have autopostback (they are set as default) set to true on both submit buttons.  Each stored procedure affects the other combo box data.
The rad windows are on the same page - and not on different pages.  I would like to keep it this way - is there any way that this result could be achieved?

2 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 16 Apr 2013, 07:55 AM
Hi John,

To avoid page refresh, put your RadWindows inside RadAjaxPanel or inside RadAjaxManager. This way you will make Ajax calls and will be able to refresh particular parts of the page. For additional information you can refer to Ajax Online Demos.

Regards,
Hristo Valyavicharski
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Peter Filipov
Telerik team
answered on 16 Apr 2013, 07:56 AM
Hello,


Regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Ron
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Peter Filipov
Telerik team
Share this question
or