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

RadToolTip from Google gmap

1 Answer 25 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
johan stenstrom
Top achievements
Rank 1
johan stenstrom asked on 11 Jun 2010, 07:29 PM
I want to show a RadToolTip centered in the browser window when I click on a google marker but I cannot make this happen.

Here is my vb code behind

Public Sub GMAP_OverlayClick(ByVal sender As Object, ByVal e As Reimers.Map.OverlayEventArgs) Handles GMAP.OverlayClick
        MsgBox("You have clicked on overlay " & e.Overlay.ID.ToString)
        RadToolTip1.Show()
End Sub

The msgbox shows up and that tells me that the code behind fires but the tooltip does not show

However, if I put a button outside the google map, the tooltip shows

Public Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
        RadToolTip1.Show()
End Sub

Any hints on this would be greatly appreciated

Best Regards

Henkemota

1 Answer, 1 is accepted

Sort by
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 12 Jun 2010, 09:58 PM
Hmmm Is it as simple as a z-index issue?

Is the googlemap in an iframe?
Tags
Ajax
Asked by
johan stenstrom
Top achievements
Rank 1
Answers by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or