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

Tooltip in master page

2 Answers 73 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Silvio Silva Junior
Top achievements
Rank 2
Silvio Silva Junior asked on 29 Mar 2010, 02:32 PM
Hello guys.

I'd like a hint about using tooltip to show messages in some actions (buttons, grid buttons, etc, etc).

I have a page with a tabstrip, that have five tabs. I want to show the tooltip when the user insert, update, delete, etc. I'm trying this:

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

but I can't find a way to use only 1 main tooltip in master, because it needs a TargetControlID and I dont know the Id of a button in the grid for example.

What's the best way to do it works?

Thanks in advance.

Regards.

2 Answers, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 01 Apr 2010, 01:38 PM
Hello Silvio,

I could not completely understand your exact scenario. If you want to show one tooltip as a message you do not need to use a TargetControl if you set RelativeTo="BrowserWindow" - usually messages are shown relative to the whole window and not to specific elements. If you want, however, to show the tooltip relative to element you can change the TargetControlID on the server and also on the client by using the API.

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.
0
Silvio Silva Junior
Top achievements
Rank 2
answered on 01 Apr 2010, 02:23 PM
Tx friend.

Solved.
Tags
ToolTip
Asked by
Silvio Silva Junior
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
Silvio Silva Junior
Top achievements
Rank 2
Share this question
or