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

Problem in RadAjaxManager Update Panel

1 Answer 100 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Coolbudy
Top achievements
Rank 1
Coolbudy asked on 21 Dec 2012, 06:01 AM
Hey Friends,

   I'm using RadAjaxManager in my asp.net form but not working. Problem is that i have 3 dropdown in my page at page load only want to
enable true first dropdown and rest of dropdown want to enable false and when i select first dropdown the second one want to enable true
and first one enable false and when i select value from the second dropdown third want to enable true and reset of the dropdown enable false. i write code for it also put the ids of dropdown RadAjaxManager and Update Panel but not worked...........any idea about it....


1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 25 Dec 2012, 09:53 AM
Hello Coolbudy,

You can use related comboboxes:
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx

Please note that using UpdatePanel simultaneously with RadAjaxManager or RadAjaxPanel( or implementing multiple wrapped RadAjaxPanels ) is not a supported scenario and we highly recommend to avoid such implementation. Please either use just the manager to update your controls replacing the UpdatePanel with a regular asp:Panel, or use the UpdatePanel alone to wrap your page.

Kind regards,
Eyup
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
General Discussions
Asked by
Coolbudy
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or