We use the auto complete and calendar controls from ajax control tool kit. However, the pop up of the these two controls is always blocked by the UltraWebGrid. We tried to play around the z-index for both auto complete and calendar control. We even set the z-index for auto complete pop up to 999, but UltraWebGrid still blocks the pop up.
How can we bring the pop up of auto complete and calendar control in front of UltraWebGrid? We do not want to use Infragistics WebCombo and Calendar control because we do not need the complex functionality from these two controls.
Hi, Alex
Could you elaborate a little bit more what do you mean "wrapping the popup in a DIV tag"?
The popup is controlled by AutoComplete and Calendar ajax controls. I tried to wrap these two controls in a "DIV" tag separately and the popup still shows behind the UltraWebGrid. I, then, put the "position : relative;" in all 3 CSS files used by AutoComplete popup. It did not work, either. Is there anything else that I have missed here?