Hi,
I'd like to show a div that remains persistent (displayed) while any row in the grid is selected. And when all rows have been deselected, the div should hide again.
Been trying this for a few hours now, and have gotten to the point where I can show the div using rowSelected, but when I try to hide it that's where I'm getting stuck!