Welcome Guest Search | Active Topics | Sign In | Register

Grid and Tooltips Options
Simon
Posted: Thursday, November 3, 2011 1:34:36 PM
Rank: Member
Groups: Member

Joined: 8/19/2011
Posts: 15
Is it possible to have a different tool tip show for a each row in a grid ?
eo_support
Posted: Thursday, November 3, 2011 2:30:18 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

The Grid does not have built-in support for tooltip. If you wish to have tooltip for a cell, you can put whatever HTML inside the cell that would display a tooltip (for example, instead of putting "cell data" in the cell, you can put "<div title='this is a tooltip'>cell data</div>" as the cell content). If you wish to have tooltip for a row, then you will have to handle the Grid's ClientSideOnItemOver to display tooltip with JavaScript (this is not as easy as it sounds, so if you do not already have the code to do it, then it probably won't be worth it).

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.