Hello,
We are experiencing a problem with rendering the edit form template as a popup over a drop down list. For some reason, on IE6, the drop down that should be behind the popup is drawn on top of the popup form. Attached is a screenshot of what I mean.
This works fine in all other browsers, but not IE6. I tried setting the ZIndex on the popup to no avail. Is there a workaround for this?
Thanks,
George
4 Answers, 1 is accepted
0

George
Top achievements
Rank 1
answered on 22 Mar 2010, 11:27 PM
Anyone?
0
Hi George,
The observed problem is caused by an Internet Explorer 6 bug. A possible workaround is to use the RadGrid's OnPopUpShowing client event to reposition the popup edit form, so that it does not overlay the dropdownlist.
http://www.telerik.com/help/aspnet-ajax/onpopupshowing.html
http://www.telerik.com/community/forums/aspnet-ajax/grid/rad-grid-editform-popup-location.aspx
Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
The observed problem is caused by an Internet Explorer 6 bug. A possible workaround is to use the RadGrid's OnPopUpShowing client event to reposition the popup edit form, so that it does not overlay the dropdownlist.
http://www.telerik.com/help/aspnet-ajax/onpopupshowing.html
http://www.telerik.com/community/forums/aspnet-ajax/grid/rad-grid-editform-popup-location.aspx
Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

George
Top achievements
Rank 1
answered on 23 Mar 2010, 08:13 PM
Unfortunately that's not possible, the screen is just not big enough. Is there another client side event for when the popup is dismissed? I couldn't find one. I was thinking maybe to hide the combo box in the OnShowing event, and then make it visible again when the popup is dismissed.
I know I can make it visible again when the user clicks on one of my buttons but what if they click on the red X for the popup?
0
Hello George,
I am afraid there is no special event fired when you close the popup edit form. You can use a RadComboBox instead of the asp:DropDownList or decorate the dropdownlist with RadFormDecorator. In this case there will be no visible <select> element on the screen and the popup edit form will not be overlaid by it.
Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
I am afraid there is no special event fired when you close the popup edit form. You can use a RadComboBox instead of the asp:DropDownList or decorate the dropdownlist with RadFormDecorator. In this case there will be no visible <select> element on the screen and the popup edit form will not be overlaid by it.
Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.