Hi guys !
I am a bit lost with the use of RadAjaxManager, and I don't know how to regulate the error : "Message d'exception : Only one instance of a RadAjaxManager can be added to the page!"
Indeed I developped a page.aspx in which I use a component.ascx
This component contains a tree view with a RadAjaxManager.
But in page.aspx, I am using a RadComboBox, and I would like to do a filter as this example : http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx
That is why I need to add to my page :
But if I do that, as I have already a RadAjaxManager in component.ascx, I have the error : " Message d'exception : Only one instance of a RadAjaxManager can be added to the page!"
So I know why I have this error but I really can't find a solution to make it working...
Can you please help me ?
Thanks
I am a bit lost with the use of RadAjaxManager, and I don't know how to regulate the error : "Message d'exception : Only one instance of a RadAjaxManager can be added to the page!"
Indeed I developped a page.aspx in which I use a component.ascx
This component contains a tree view with a RadAjaxManager.
But in page.aspx, I am using a RadComboBox, and I would like to do a filter as this example : http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx
That is why I need to add to my page :
| telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="RadComboBox2"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="RadComboBox1" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManager> |
But if I do that, as I have already a RadAjaxManager in component.ascx, I have the error : " Message d'exception : Only one instance of a RadAjaxManager can be added to the page!"
So I know why I have this error but I really can't find a solution to make it working...
Can you please help me ?
Thanks