Thanks for help , it is working....radtoop tip border changes color.
can You please tell me , there is a close arrow on the top of radtoop tip , i want a new close image in bottom. and when i click on this image , it closes, what is the code on Image click .???
and
i want to disappear default close arrow from the top?
0
Tervel
Telerik team
answered on 23 Mar 2009, 12:34 PM
Hi sahil,
1. To close the currently open tooltip with code ou can use:
var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();
if (tooltip) tooltip.close();
2. One of the ways to remove the [x] close button from the tooltip is to set the (now obsolete ManualClose = "false") or (the correct way) HideEvent property to some other value than you have it set, e.g. HideEvent = "FromCode".
Best regards,
Tervel
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.