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

Modal RadToolTip.

1 Answer 77 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Simon Begg
Top achievements
Rank 1
Simon Begg asked on 15 Feb 2010, 03:39 PM
Hi,
I'm trying to use the RadToolTip to create a modal popup which fires if a certain condition is matched in my code eg.

if(condition x == true)
//Modal RadToolTip is displayed.
else
no tooltip displayed.

There won't be any interaction with a button or link on the page.

I should say the important think I'm looking for is the modal nature, I'm trying to prevent the user from continuing without first clicking a button in the popup which will then either take them to a new page, or dismiss the popup.

Is this possible?

Regards

Simon



1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 16 Feb 2010, 01:09 PM
Hello Simon,

I suggest to use the server method Show() as explained in the following thread:

http://www.telerik.com/community/forums/aspnet-ajax/tooltip/ajax-and-tooltip.aspx

Please use the code provided in the linked forum thread as a start point and modify it further in order to meet your particular needs. Let me know how it goes or in case you need further assistance.


Sincerely yours,
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
Simon Begg
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or