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

Google Maps / RadAjaxManager issue

1 Answer 95 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 09 Mar 2009, 08:09 PM
I have an image button, image control, google map, and RadAjaxManager on the same page. the RadAjaxManager  looks like the code block below. if i remove the gmap the code works. if i leave the gmap and remove the telerik controls the gmap works. adding both causes an Acess Denied error in the OnReadyStateChange function.... A little guidance is requested because i need both of these controls on the page... the GMap control is from subgurim and is only a wrapper for the google map api.

 

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" EnableAJAX="true">

 

 

<AjaxSettings>

 

 

<telerik:AjaxSetting AjaxControlID="ImageButton1">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="img_mainimage" />

 

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>

 

 

</AjaxSettings>

 

 

</telerik:RadAjaxManager>

 

 

<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/site/glyphs/marker.gif" />

 

 

<asp:Image ID="img_mainimage" runat="server" Width="586px" Height="390px" />

 

 

 

 

 

<subgurim:GMap ID="GMap1" runat="server" />

 

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 11 Mar 2009, 10:57 AM
Hi Scott,

Could you please elaborate a bit on your scenario? When is this OnReadyStateChange function called, for instance? Also, are you trying to update the google map on any of the ASP:Image controls click?
If you could provide us a live Url where we could check out the described behavior might be of help.

Looking forward your reply,
Iana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Scott
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or