I have a problem using combobox within IE 6 modal dialogs (window.showModalDialog). When dropdown is open it is drawn at position 1 pixel higher and 2 pixels left than it should. How this could be fixed?
1 Answer, 1 is accepted
0
Alex Gyoshev
Telerik team
answered on 15 Aug 2008, 10:20 AM
Hi Konstantin,
This is a known problem with RadComboBox - for now, please use the following work-around:
.modalWindow .RadComboBoxDropDown_Default
{
margin-left: 2px;
}
(and use class="modalWindow" on the body in the modal window)
Best wishes,
Alex
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.