I have a grid implemented and an onStyleRow extension point function defined. The function that the onStyleRow extension point calls is running but when the extension point is defined some rows of my grid, after being highlighted, don't revert back to white when the selection changes. This problem doesn't occur when I take the extension point out.
I've tried a number of things, including making the background of every row that comes through my onStyleRow function white, but none have worked. Below is the function assigned to the extension point.
Any help is greatly appreciated.
