I want to reset the tooltip manager control when I will hide it from java script.
function
HideToolTip() {
var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();
if (tooltip)
{
tooltip.hide();
}
}
1 Answer, 1 is accepted
0
Tsvetie
Telerik team
answered on 26 Mar 2009, 04:43 PM
Hello Mritunjay,
I am not quite sure I understand what you are trying to achieve. Do you have any problems hiding the currently open RadToolTip? In case the code you posted works as expected and you only what to do something when you close a RadToolTip, could you please explain in detail what you mean by reset?
It would be best if you could prepare and send us a simple running project, demonstrating your current setup, together with detailed information on the result you are after. As you cannot attach files in the forums, please open a new support ticket in order to send us the test project.
Kind regards,
Tsvetie
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.