Is there an easy way to check if a grid is currently in group by mode and columns are grouped?
I am showing a little popup when a user clicks on the row of my grid ... however when the grid is grouped, the popup is showing on the group headers and I only want it to show on the actual datarow itself ... what's the best way to accomplish this?