Show a tooltip with more info when mousover a MVC3 Razor WebGrid row
问题 I have a grid with a list of persons. On mouseover a certain persons row I would like to show additional info (photo, address etc) in a tooltip. All the needed data exist in the model, but I don't know how to add the tooltip functionality inside the grid. I also wonder if the jquery ui tooltip is a good choice for this? TIA :) 回答1: Here is the code sample to show tool-tip in asp.net mvc webgrid : grid.Column("LongTextColumn", "Column Header Here" , format: (item) => Html.Raw("<abbr style=