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

Default popup edit control in RadGrid

1 Answer 19 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fawad
Top achievements
Rank 1
Fawad asked on 02 Mar 2015, 11:02 AM
Dear,

I used default Popup Edit modal for my RadGrid which exists inside RadPageView. When I click on edit button, I get edit control popped up but the control displays inside RadPageView. I want it to be displayed above all other controls in the page.

Hope, I have perfectly delivered the issue. I highly appreciate if anyone can help with this.


Thank you,

Fawad Surosh

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 04 Mar 2015, 12:31 PM
Hi Fawad,

Try setting the PopUp edit form to be modal like this:
<EditFormSettings>
                    <PopUpSettings Modal="true" ZIndex="100010" />
                </EditFormSettings>
 and see how it goes.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Fawad
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or