How do i properly specify a z-index for the AutoComplete Textbox? I've put an AutoComplete Textbox in a modal popup Extender, and the problem i'm having is that the drop down appears behind the window and isn't visible. I've tried specifying a z-index on the control itself.
RadAutoCompleteBox1.Style["z-index"] = "100000";
and i've also tried specifying a z-index on the item template markup
<DropDownItemTemplate>
<table cellpadding="0" cellspacing="0" width="450px" style="z-index:100000">
...
</table>
</DropDownItemTemplate>
and neither of these seem to have any effect.
Please advise.
-Mark
RadAutoCompleteBox1.Style["z-index"] = "100000";
and i've also tried specifying a z-index on the item template markup
<DropDownItemTemplate>
<table cellpadding="0" cellspacing="0" width="450px" style="z-index:100000">
...
</table>
</DropDownItemTemplate>
and neither of these seem to have any effect.
Please advise.
-Mark