Dears,
I have two comboboxes in page with RadAjaxManager, in the page Load event I hide one of them. I add the following:
When user add a new value two one of the comboes (in a RadWindow) I refresh the data in them by calling:
Because one of the combos is invisible I got an ajax error (I think you know).
I know that I can't add two RadAjaxManager in one page so I tried to add AjaxUpdatedControl to the RadAjaxManager at runtime in the Page Load event but it didn't work.
Could you please help in?
Best Regards
I have two comboboxes in page with RadAjaxManager, in the page Load event I hide one of them. I add the following:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="RadAjaxManager1"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="cmbHR_DOCS_ID_START" UpdatePanelRenderMode="Inline" /> <telerik:AjaxUpdatedControl ControlID="cmbHR_DOCS_ID" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager>When user add a new value two one of the comboes (in a RadWindow) I refresh the data in them by calling:
$find("<%= RadAjaxManager1.ClientID %>").ajaxRequest(x);Because one of the combos is invisible I got an ajax error (I think you know).
I know that I can't add two RadAjaxManager in one page so I tried to add AjaxUpdatedControl to the RadAjaxManager at runtime in the Page Load event but it didn't work.
Could you please help in?
Best Regards
