Hi
I have a somewhat complicated problem with z-ordering some of my UI elements.
The Site Master part of my page contains a RadMenu control, this has a z-index of 7000.
Elsewhere in my my page I have a docling area with several panels.
Originally when I undocked one of the panels I saw some controls bleeding through, because of
their higher z-index. My Site Master RadMenu was one of the problem controls, but so were
the Date and Time picker icons in a gris filter I have in part of my page.
So I decided to detect the undocking of my panel and bump its z-index to 7001.
This solved my problem.
Until!!!!!
I was then asked to put a grid in the dock area with filtering on a GridBoundColumn.
This shows a filter control that extends a dropdown when clicked.
Well this dropdown has a z-index less than 7001 so it appears behind my undocked area.
I thought this would be as simple as writting some jQuery in the doc ready function to tweak
the z-index of the dropdown, but either my selector is wrong or something else is preventing
me from affecting the z-index of the div you generate.
Help greatly appreaciated.
I have a somewhat complicated problem with z-ordering some of my UI elements.
The Site Master part of my page contains a RadMenu control, this has a z-index of 7000.
Elsewhere in my my page I have a docling area with several panels.
Originally when I undocked one of the panels I saw some controls bleeding through, because of
their higher z-index. My Site Master RadMenu was one of the problem controls, but so were
the Date and Time picker icons in a gris filter I have in part of my page.
So I decided to detect the undocking of my panel and bump its z-index to 7001.
This solved my problem.
Until!!!!!
I was then asked to put a grid in the dock area with filtering on a GridBoundColumn.
This shows a filter control that extends a dropdown when clicked.
Well this dropdown has a z-index less than 7001 so it appears behind my undocked area.
I thought this would be as simple as writting some jQuery in the doc ready function to tweak
the z-index of the dropdown, but either my selector is wrong or something else is preventing
me from affecting the z-index of the div you generate.
Help greatly appreaciated.