Hi;
I am using a component that inherit IExtenderControl (AjaxControlToolkit) . when i add my control in to radajaxmanager updated controls or if i use mycontrol in dynamically loaded usercontrol by RadTab & RadMultiPage i am getting error of Unable to cast object of type 'GoogleMaps.Markers.GoogleMarkers' to type 'System.Web.UI.ExtenderControl'.
When i check the error detail by AsyncPostBackError event, i found that error comes from Telerik.Web.UI.ProxyScriptControl.GetChildScriptDescriptorsRecursive(Control parent, ArrayList scriptDescriptors).
Is there any workaround for this kind of problems?