I've got a RadGridView within a modal popup window, but the filter by list has the wrong Z-Index.
I've tried a few things to fix it and nothing seems to be working.
My latest attempt:
Style:
myFilterStyle { z-index:100000000000000000000; } |
<FilterItemStyle CssClass="myFilterStyle" /> |
Any help would be greatly appreciated. Thank you in advance.