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

Tooltip Close on postback

1 Answer 75 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Kishor Dalwadi
Top achievements
Rank 2
Kishor Dalwadi asked on 10 Aug 2010, 01:23 PM
Hello Sir,

I am using usercontrol in radtooltip as a modality control.

In usercontrol Search facility is availabel.
But when click on search button tooltip is close.

RadGrid is using in usercontrol. and is bind according to search criteria.

So Please give me solution for that when i click in the on search button tooltip will not close.

On particular event or on button tooltip will close.

thanks.

Kishor Dalwadi.

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 13 Aug 2010, 10:01 AM
Hello Kishor Dalwadi,

 I could not completely understand your exact scenario but as far as I understood you have a button inside the tooltip which performs a postback. If so, the expected behavior is that the tooltip will be closed when the page loads after the postback since teh tooltip object is created and shown on the client and it has been disposed on the postback. The best solution for this case is to simply wrap the content of the tooltip inside an update panel -  this will not only keep teh tooltip but will also make your page faster since you will replace the postback with an AJAX request.

If you need further assistance, please provide more detailed explanations and some relevant source code and I will do my best to help.

Kind regards,
Svetlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ToolTip
Asked by
Kishor Dalwadi
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
Share this question
or