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

RadDropDownListElement - Tooltip

1 Answer 95 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 02 Dec 2015, 08:17 AM

Hi,

I am trying to add a tooltip to a RadDropDownListElement embedded in a Ribbonbar.

One may add tooltip text directly, to the ListElement or to the Textbox, but no one results in a tooltip being displayed.

I do not wish to add tooltip to individual items in the dropdownlist, but just one tooltip to the entire control.

Any advice?

/Brian

 

  

 

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 03 Dec 2015, 02:03 PM
Hi Brian,

Thank you for writing.

The improper behavior is caused because the hover action in the RadDropDownListElement is actually consumed by its children. In this scenario, the ToolTipText property value of the parent element which you have set does not propagate to its children. I have logged this issue in our feedback portal. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - feedback item. I have also updated your Telerik points.

The item is already in development and a fix will be introduced in our next official release, scheduled for the beginning of January 2016. As a temporary solution, you can handle the ToolTipTextNeeded event. Alternatively you can access the children elements and set their ToolTipText property. I am sending you a short video showing how this can be achieved in the designer of Visual Studio.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
RibbonBar
Asked by
Brian
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or