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?
Hi,
I have a similar problem. I used Ingragistics (V 11.2) WebDataGrid, SplitterPane and WebTab with Ajax popup Extender Control. Popup Control is working fine in other pages, where its not popping up in the pages where Ingragistics WebTab are Used.
I tried with position set relative and z-index: 999 but no difference.
Please help me to resolve the issue
Thanks for the suggestion.
Our graphic designer actually solves this problem by modifying a few css files. I hope I can share the fixes. However, I have no ideas which ones need changes because I am not familiar with CSS. He did mention that he changed the z-index property. I am not sure that is the only change he made because I played around the z-index earlier and it was not working.