I have set up a RadGridTemplateColumn with a RadComboBox in the EditTemplate. The grid is part of a large form that needs to be loaded in a RadWindow.
When I go to edit mode on the grid item, then try to click on the combo box, the items are popped up outside of the window bounds (scrollbars are created so I can scroll to the popped up items). This only happens in IE8 (IE7 compatibility view).
I found the KB article about adding some style elements to adjust the combo box positioning, but when I do that, the combo boxes completely stop working in Firefox.
Here is the basic structure:
| ** Inside RadWindow ** <asp:form> |
| <asp:usercontrol> |
| <telerik:radajaxpanel> |
| <telerik:radgrid> |
| <telerik:gridtemplatecolumn> |
| <telerik:radcombobox> |
Any ideas how I can get it to work on both browsers? FYI everything works great when NOT in a RadWindow.
Thanks!