This is a migrated thread and some comments may be shown as answers.

Issue with RadGrid's PopUpSettings-Modal="true" when used in a ascx file

1 Answer 111 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Savidu
Top achievements
Rank 1
Savidu asked on 27 Mar 2012, 11:01 AM
Hi,

I have been incorporating a radgrid into an ascx control which is designed to be used in DNN. The issue comes when I create the same grid in an aspx page while setting the PopUpSettings-Modal="true" it works perfectly that the edit popu comes up prperly while freezing the rest of the screen.

However when i use the same grid in an ascx page when the edit popup comes it freezes the whole screen including the popup as well?

Can any body help me with this?

Regards,
Savi

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 30 Mar 2012, 05:08 PM
Hello,

The popup edit form is unable to pop above the modal background when the RadGrid control is placed inside a container with some CSS positioning (absolute, relative) or when the control is placed inside a scrollable container.

If you need the scenario working in IE7 and IE8 compatibility mode, please do not use a modal popup edit form, or rework your page layout, if possible.

Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Savidu
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or