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

Modal Popup Edit Form

11 Answers 807 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nyron
Top achievements
Rank 1
Nyron asked on 17 Dec 2008, 07:10 AM
Hey Guys,
 I am using the 2008.3.1125.20 release of Rad Ajax controls, I have a RadGrid that uses a usercontrol (MyControl.ascx) to Insert/Edit records. I have set the EditForm mode to pop up, when I click the edit button on the grid the editfrom appears, But it is not accessible. It is grayed outed with the rest of the page, this renders the page useless at this point as I can access niether the edit form nor any other controls. I am using a Master/Content page so I don't know if this is causing the problem.

Any help will be greatly appreciated.

Regards,
Nyron.

11 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 Dec 2008, 07:35 AM
Hi Nyron,

The popup edit form is a child element of RadGrid. So, in order to be able to show up above the modal background, RadGrid must not be placed in a relatively/absolutely positioned container. If this is your scenario, please set the popup edit form to be non-modal or use another type of editing (EditForms, InPlace).

We may remove this limitation in the future by making the popup edit form render outside RadGrid.

Greetings,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
July
Top achievements
Rank 2
answered on 04 Oct 2011, 03:05 PM
Hello! this limitation already exist??
" RadGrid must not be placed in a relatively/absolutely positioned containe"

I remove position, and add

<ClientSettings AllowDragToGroup="false">
                    <ClientEvents OnPopUpShowing="PopUpShowing"  />
                    <Scrolling  UseStaticHeaders="false" />
                    
                </ClientSettings>


But doesnt work in IE! :-(

Please I need help
0
Pavlina
Telerik team
answered on 07 Oct 2011, 10:21 AM
Hi Julieta,

This problem is already fixed in the latest version of RadGrid control as you can see from our online example
PopUp Edit Form

You can upgrade to the latest version, to take care of the issue.

All the best,
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
0
July
Top achievements
Rank 2
answered on 07 Oct 2011, 01:39 PM
I going to download the last version!
Thanks!
0
July
Top achievements
Rank 2
answered on 07 Oct 2011, 02:10 PM
The last version doesnt work for me.
I got a Master /Details page.
The radgrid is in Details.
IN IE doesnt work :-(
0
Pavlina
Telerik team
answered on 10 Oct 2011, 01:57 PM
Hi Julieta,

If the issue persists, you can open a formal support ticket, and send us a small working project, demonstrating your setup, and the unwanted behavior. We will review it locally, and advise you further.

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
0
Steele
Top achievements
Rank 1
answered on 18 Oct 2011, 04:13 AM
I am having some frustration with the Popup Modal limitation too.
Namely, when using the RadButton, the container MUST be relatively positioned, otherwise it will not scroll.  Having 2 controls with competing requirements really does make UI design very difficult.
A work around for such situations would be greatly appreciated.
**
For a bit of a scenario, I use RadSplitters and RadPanes to layout my page, and use and asp:Panel to contain the databound items (for AJAX updates).  This panel needs to be relatively positioned so that RadButton will scroll as expected. The RadGrid modal popup will then not function as required.
**
Thanks,
Steele.
0
Pavlina
Telerik team
answered on 20 Oct 2011, 02:15 PM
Hi Steele,

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

Best wishes,
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
0
Jim
Top achievements
Rank 1
answered on 31 Aug 2016, 04:47 PM
The demo where the modal PopUp edit form is, is not really modal as users can edit other records while the form is still open. It looks like it is modal, but it is not.
0
Jim
Top achievements
Rank 1
answered on 31 Aug 2016, 04:48 PM
We have tried this in Google Chrome and IE 11, both. It is not modal.
0
Pavlina
Telerik team
answered on 02 Sep 2016, 08:34 AM
Hi Jim,

Could you confirm that the version of Telerik Ui for ASP.NET AJAX you are using is the latest one - 2016.2.607? I have tested the modal popup edit mode and it works properly on my end.

Regards,
Pavlina
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Nyron
Top achievements
Rank 1
Answers by
Dimo
Telerik team
July
Top achievements
Rank 2
Pavlina
Telerik team
Steele
Top achievements
Rank 1
Jim
Top achievements
Rank 1
Share this question
or