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

ToolTip not showing during PostBacks

1 Answer 47 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 18 Apr 2013, 04:33 PM
I have a RadToolTip on a Page.  The ShowEvent and HideEvents are both from code.

If a certain param is passed through the URL, the ToolTip is shown during the PageLoad.

There is also a button on the screen that is in an UpdatePanel that has code in its CodeBehind method to show the tooltip.  The Tooltip is NOT in the UpdatePanel (or any other UpdatePanel).

The Page_Load is working, but its not working on PostBacks.


Thanks for any help.

Steve

1 Answer, 1 is accepted

Sort by
0
MasterChiefMasterChef
Top achievements
Rank 2
answered on 18 Apr 2013, 07:12 PM
Hi Steven,

Are you triggering the Tooltip during a postback or a callback? I can't imagine you want a tooltip to show up during a postback, because it would never be seen. The tooltip would show at the same moment the page is doing a postback. I would recommend isolating the steps on some of the Telerik demos to familiarize yourself with the RadTooltip API.
http://demos.telerik.com/aspnet-ajax/tooltip/examples/showevent/defaultcs.aspx

Good luck,
Master Chief
Tags
ToolTip
Asked by
Steven
Top achievements
Rank 1
Answers by
MasterChiefMasterChef
Top achievements
Rank 2
Share this question
or