ASP.Net Good ToolTip for a GridView?
I search a Script / Expansion / Way to have a tooltip like this: http://s3.imgimg.de/uploads/Untitled37105acbpng.png
That means: - it must be easy to ha开发者_开发知识库ndle within GridViews (specially in RowBound-Events, so every Row will have a own Tooltip for a coloum). - Must be have the option for delay when hover over the item (I don't like the default ASP.ToolTip because you can't set the delay down!)
Hoe you have an idea :)
You could use f.e. this jQuery plugin. Here are some links to get started:
- Using jQuery To Create Stunning Tooltips in your ASP.NET Applications
- Displaying-Row-Details-Tooltip-on-GridView-using-JQuery
精彩评论