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

Grid header tooltips

2 Answers 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cookie Monster
Top achievements
Rank 1
Cookie Monster asked on 22 Mar 2010, 01:54 AM
Hello,

is there any efficient way to add header tooltips to the grid ?

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 22 Mar 2010, 10:56 AM
Hi Cookie Monster,

You can use the HeaderHtmlAttributes:

columns.Bound(o => o.OrderID).Width(100).HeaderHtmlAttributes(new { title = "Click here to sort" });

Greetings,
Atanas Korchev
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
IQworks
Top achievements
Rank 1
answered on 25 Mar 2010, 08:37 PM
Hi CM,

    This is an example of a simple tooltip ..... 
    http://www.telerik.com/community/code-library/aspnet-mvc/grid.aspx 

Good luck !
Tags
Grid
Asked by
Cookie Monster
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
IQworks
Top achievements
Rank 1
Share this question
or