I find myself in a bit of a pickle at the moment. I'm basically trying to blanket a tabstrip's autopostback switching using the RadAjaxManagerProxy. For some reason, I get some very strange results.
For starters, the tab doesn't actually switch. It just gives me a blank RadPageView and an error of "Could not find UpdatePanel with ID ...".
Below is the RadAjaxManagerProxy:
| <telerik:RadAjaxManagerProxy ID="uxProdRam" runat="server" EnableViewState="true"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="TabStrip"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="MultiPage" LoadingPanelID="ralp" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManagerProxy> |
Any help would be greatly appreciated!