daixufeng / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Flexi Grid Tool Tip #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I have used jQuery Flexigrid to populate the data.
2.On mousehover event for flexgrid nothing nothing is display.
3.

What is the expected output? What do you see instead?
Tool tip i want to populate the message like click to update the current row.

What version of the product are you using? On what operating system?
Jquery FlexiGrid in asp.net 2008 c sharp language.

Please provide any additional information below.

Original issue reported on code.google.com by mehul22p...@gmail.com on 12 Dec 2011 at 7:31

GoogleCodeExporter commented 8 years ago
after ln 683, I use this:

else {
    this.title = $(this).text();
}
                            }

Original comment by raphaelh...@gmail.com on 3 Apr 2012 at 4:51