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

RadToopTip Not Display After Postback

1 Answer 101 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 13 Aug 2008, 05:37 PM
I have a grid which used to display tooptip by using web service during the first loading.

On clicking a button outside grid, a ajax postback is called and the grid is refresh. However, no tooptip is displayed subsequently.

On debugging, the tooltip control is added in the item created event. Therefore, I don't understand why tool tip is not shown.

Can anybody help me on this?

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 18 Aug 2008, 02:19 PM
Hi Raymond,
The RadToolTip is initially invisible. From the information you provide, I assume that the RadToolTip is inside a column of the RadGrid. That is why when you refresh the RadGrid, all the RadToolTips are disposed and recreated. In order to make a RadToolTip visible, you can set its VisibleOnPageLoad property to "true".

In case this does not help you, please prepare and send us a simple running project, demonstrating the problem. Once we have it, we will do our best to help.

Best wishes,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Raymond
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or