This question is locked. New answers and comments are not allowed.
Hi Telerik Team,
I want to know how can i change the appearance of the tool tip.
Example.If i have tool tip for a rag grid view column it shows the tooltip info in the box like tool tip.
My requirement:
Is there any other ways or types of tool tips available in telerik, can you people suggest me on this.
Thanks ,
Selvakumar
I want to know how can i change the appearance of the tool tip.
Example.If i have tool tip for a rag grid view column it shows the tooltip info in the box like tool tip.
ToolTip are typically defined like this:
<TextBox Height="20" Width="100" ToolTipService.ToolTip="Some helpful text"/>
The standard ToolTip looks like this:
My requirement:
Is there any other ways or types of tool tips available in telerik, can you people suggest me on this.
Thanks ,
Selvakumar