Link to home
Start Free TrialLog in
Avatar of Camillia
CamilliaFlag for United States of America

asked on

jQuery Tooltip - anyway I can get the row data?

I wanted to implement jQuery Tooltip  and it looks like "title" attribute is needed for the Tooltip to work.  http://jqueryui.com/tooltip/

The project I'm working on a project that's using Grid.MVC. There's a lot of C# code that gets the column/row data. The grid renders as below.

User generated image
I found this example that uses jQuery but this adds the "title" as the grid is built Example

Having the grid already rendered, is there a way to get the row data and show it in Tooltip? Would "hover over" work...hover over a grid row and see the data in a popup/tooltip... I"ll look into that.
Avatar of Ayoub Rouzi
Ayoub Rouzi
Flag of France image

Hello Camillia,

Fortunately it's possible, I personally have tried that in my website.

Please follow the solution mentioned here:

https://stackoverflow.com/questions/11054006/show-tooltip-onhover-slickgrids-row
Avatar of Camillia

ASKER

Thanks, let me take a look.
No, that's Slick.Grid.  We have Grid.MVC.  I don't think what I want to do is doable. I have to make changes in C# code.
ASKER CERTIFIED SOLUTION
Avatar of Bruce Cadiz
Bruce Cadiz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks! Let me take a look.
I'll close it and take it from here. Thanks for replying.