For one column, I want to be able to bring up a tooltip that contains text that varies depending on the value in the cell.
More specifically, in my case, I have a grid with a Status column. The cell contains one of many three letter statuses. When a user mouses over the status, I’d like to be able to have a tooltip show.
There seems to be no way to wire a per-cell function that could inherently read the cell’s value. I guess what I am looking for is a onCellMouseover…
Now, there are many ways to skin this cat, but I was interested in how other may have done this. I could have the mouseover built into the returned dataset, but that seems like a solution with high coupling.
Any suggestions?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top