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

Serverside ToolTip show

3 Answers 118 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Norsten
Top achievements
Rank 1
Norsten asked on 25 Mar 2008, 11:54 PM
Hello,
I read somewhere that 2008 Q1 would support a serverside show method
(ie -clicking on a buttons would open the tooltip via the codebehind)

Does the futures build already have it? -if so how do i implement it?

Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 26 Mar 2008, 07:30 AM
Hello Norsten,

The current official Prometheus Q3 SP2 update (which was released prior to the futures release) does feature the functionality already.

Here are two online examples that use this feature:
http://www.telerik.com/demos/aspnet/prometheus/ToolTip/Examples/RelativeTo/DefaultCS.aspx

http://www.telerik.com/demos/aspnet/prometheus/ToolTip/Examples/WebServiceAndShow/DefaultCS.aspx


Sincerely yours,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Josh
Top achievements
Rank 1
answered on 15 Mar 2010, 05:49 PM
Hello,
I am looking to implement the same sort of thing.  I tried to look at the samples but the links no longer work.  Can you tell me how I would show a tooltip using server side code?

Thanks!
0
Svetlina Anati
Telerik team
answered on 18 Mar 2010, 10:24 AM
Hi Josh,

In order to show the RadToolTip from the server you should call its server method Show() as shown in the following code fragment:

if (this.VisibleOnPageLoad.Checked)
           {
               this.RadToolTip1.Show();
           }

The code snippet above is part of the following demo:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/relativeto/defaultcs.aspx

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
Norsten
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Josh
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or