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

RadToolTip without "X" close

1 Answer 65 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Shirish Lokhande
Top achievements
Rank 1
Shirish Lokhande asked on 28 Oct 2011, 02:04 PM

Hi,

I need to hide the "X" option from RadToolTip.

I have set following properties for same i.e.

  ToolTip.ManualClose = false;
  ToolTip.Sticky = false;
  ToolTip.AutoCloseDelay = 0;

Its working fine for me.

But as per the below link

http://www.telerik.com/community/forums/aspnet-ajax/tooltip/radtooltip-ignoring-manualclose-property.aspx

 

All above properties are obsolete, so can we used this properties for above requirement?


Regards,
Shirish

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 28 Oct 2011, 02:24 PM
Hi Shirish,

The AutoCloseDelay property is not obsolete and my colleagues has not stated this. As for the other two - setting them to false is not necessary - the default behavior of the RadToolTip is to hide when the mouse leaves the target element and it does not display a close button. To display a close button you need to explicitly set the HideEvent to ManualClose, so if you have not done this you will not have the [X] button. On the Sticky property - its modern equivalent is explicitly setting the HideEvent to LeaveToolTip. Therefore I advise that you do not set these two obsolete properties at all, as advised in the post you linked.I hope this clears things for you.


Kind regards,
Marin
the Telerik team
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 their blog feed now
Tags
Dock
Asked by
Shirish Lokhande
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or