When I have setup a webgrid
like this:
Id | Name | Last Name
1 | Eve | Beckham
2 | John | Doe
3 | Eve | Davis
4 | Jacky | Jackson
5 | Michael| Jackson
Is it possible, that when a user hovers over a cell containing "Jackson" that all the cells containing Jackson change there background? (the same for example for the first names when hovering above a cell containg "Eve")
I will use the EntityFramework to fill the webgrid
.
How can I achieve such behavior?