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

RadToolTipManager Help

1 Answer 44 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Mritunjay
Top achievements
Rank 1
Mritunjay asked on 24 Mar 2009, 08:36 AM
Hi ,

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

Sort by
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.
Tags
ToolTip
Asked by
Mritunjay
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or