tags:

views:

218

answers:

0

Hi-

I have a gridview that is contained in a DIV with position: relative so it scrolls within the DIV and headers don't scroll. Inside the gridview I have ajax hover panels on a column.

The issue is when I have a large number of rows causing the grid to scroll, the hover panels don't stay with their row or are partially hidden under the containing DIV.

I have tried setting the z-index to a large value to make the hover panels stay on top, but position relative on the containing DIV does not allow this.

Any thoughts?

Thank you.