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

RadDropDownButton: tooltip sticks on IsOpen=False

1 Answer 49 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Trude
Top achievements
Rank 2
Trude asked on 07 May 2012, 07:22 PM
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.

1 Answer, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 10 May 2012, 05:16 PM
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 >>

Tags
Buttons
Asked by
Trude
Top achievements
Rank 2
Answers by
Zarko
Telerik team
Share this question
or