Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Map > Tooltip object cannot get clicked

Not answered Tooltip object cannot get clicked

Feed from this thread
  • Posted on Dec 27, 2011 (permalink)

    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?

    Reply

  • Evgenia Evgenia admin's avatar

    Posted on Dec 29, 2011 (permalink)

    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 >>

    Reply

  • Posted on Jan 2, 2012 (permalink)

    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

    Reply

  • Evgenia Evgenia admin's avatar

    Posted on Jan 5, 2012 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Map > Tooltip object cannot get clicked