Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Buttons > RadDropDownButton: tooltip sticks on IsOpen=False

Not answered RadDropDownButton: tooltip sticks on IsOpen=False

Feed from this thread
  • Jorn Master avatar

    Posted on May 7, 2012 (permalink)

    See attached screenshot ...
    I have a RadDropDownButton with a RadTreeView in it's content. All the nodes in the treeview have a tooltip. When I click on a node the button is set to close (IsOpen=False). The problem is that if a node's tooltip is already displayed it remains on the screen.
    Attached files

    Reply

  • Zarko Zarko admin's avatar

    Posted on May 10, 2012 (permalink)

    Hello Jorn,
    If you set your ToolTips like this:
    <ToolTipService.ToolTip>
        <ToolTip Content="ToolTip 1" />
    </ToolTipService.ToolTip>
    you'll be able to find them in code-behind and set their IsOpen property to false.
    I've attached a sample project which shows how you ca do this so could you please examine it and if you have further questions feel free to ask.

    Kind regards,
    Zarko
    the Telerik team

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

    Attached files

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Buttons > RadDropDownButton: tooltip sticks on IsOpen=False