Hi,
I do not have a code sample but here is what i have found the root cause. Now you can give me some way to solve it.
I see z-index is getting added in div class for each cell in jqx-grid with style z-index : <some_value>. Like below
<div class="jqx-grid-cell jqx-item" style="left: 120px; z-index: 756; width:40px;" role="gridcell">
When in browser debug tool, i remove this z-index from jqx-grid-cell, table gets hide behind top header properly on scrolling. ( or similar thing for menu, menu not getting hidden now ).
But this is not in a std jqx-grid class so i can not override it. Its a direct style addition for z-index so i do not know how to remove it now.
Please help and let me know how to fix it now.
Thanks,
Akshat