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

Scroll bar Styles on RadToolTip Manager

1 Answer 71 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Waqas
Top achievements
Rank 1
Waqas asked on 28 Aug 2013, 05:46 AM
Hi

just started working with rad controls and after a successful implementation of radtooltipmanager with custom control (contails a repeater) to populate it i want to change the style of the scroll bar (js scroll bar preferably).
how can i do this? i am able to add a default scroll bar using ContentScrolling="Y" property.

plz help

Snap Attached

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 28 Aug 2013, 11:45 AM
Hi Waqas,

The scrollbar is a browser feature. If you want to use a custom control for this you are free to do so. If it needs client-side initialization I can suggest using the OnClientResponseEnd event as the first time the content of the tooltip is available, the getCurrent() static method shown in this article to get the shown tooltip and the get_contentElement() method from its client-side API to get a reference to the content container. At this point you can modify them with JavaScript as desired.
Of course, if you have a server control that will do this for you, you can add it in the user control loaded in the tooltip manager.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ToolTip
Asked by
Waqas
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or