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

Tooltip object cannot get clicked

3 Answers 50 Views
Map
This is a migrated thread and some comments may be shown as answers.
Henk
Top achievements
Rank 1
Henk asked on 27 Dec 2011, 11:25 AM
Hi,

I have created an object with some information and multiple pictures. Like the POI example I attached this object to the tooltip property.  When I hoover around the poi a small screen pop-up nicely. But I want to be able to get focus on the screen where the user can click to scroll for the pictures.  How can I achieve this?

3 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 29 Dec 2011, 03:14 PM
Hello Henk,

I think you are stretching the ToolTip usage outside of what it is expected. The tooltip is disappearing by design. Its not expected to contain any content with which the user has to interact such as a scrollbar.

I would suggest that you implement this functionality using a Popup instead or just expand the size of your Tooltip so that all information is fully readable.


All the best,
Evgenia
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Henk
Top achievements
Rank 1
answered on 02 Jan 2012, 10:07 PM
Hi Evgenia,

I understand that a tooltip cannot accept user interaction. Does radmap has a property that when the mouse pointer hoover over a neighbourhood of a POI it fire some method or property where I can attach my pop-up?

Thanks.

Henk
0
Evgenia
Telerik team
answered on 05 Jan 2012, 04:15 PM
Hi Henk,

You may use the approach shown in our demo and instead of MapMouseClick event you may wire to the MouseEnter event. Please note that you may add whatever you want - a TextBlocks, Images and etc. in the DataTemplate.

I hope this informatin helps.

Regards,
Evgenia
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
Map
Asked by
Henk
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Henk
Top achievements
Rank 1
Share this question
or