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

[Solved] Popup disabled on edit click

4 Answers 121 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tigger Tag
Top achievements
Rank 1
Tigger Tag asked on 19 Apr 2013, 09:47 PM
Hi,

I have a ajaxified RadGrid with custom user control as edit form. Edit mode is set to popup. My site runs on DotNetNuke. When I was using this in DNN 5.X with .net framework v3.5, it was working perfectly. We recently moved to 6.2.6 with .net framework v4.0. Now, when I click on edit button, popup opens up and everything is correctly loaded, but the edit popup is readonly along with the back page. I don't see any javascript errors to attribute this behaviour to it. Could any one please help with what might be causing the popup to be read only.

Thanks,
Ana

4 Answers, 1 is accepted

Sort by
0
Tigger Tag
Top achievements
Rank 1
answered on 22 Apr 2013, 01:40 PM
anyone???
0
Maria Ilieva
Telerik team
answered on 24 Apr 2013, 08:45 AM
Hi Tigger,

Could you please disable the ajax on the page and verify if the same issue appear? In case the problem remains only with ajaxified RadGrid control please try to set "EnableAjaxSkinRendering"  property to "true" for the RadGrid in PageLoad event and verify how it goes.

Kind regards,
Maria Ilieva
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
Tigger Tag
Top achievements
Rank 1
answered on 29 Apr 2013, 07:02 PM
Thanks Maria for the reply! I have disabled ajax on the grid and still the issue remains. Could you please let me know what other things that could casue this issue. The same code used to work with out any issue in DNN 5.X with .net framework v3.5.

Thanks,
Ana
0
Tigger Tag
Top achievements
Rank 1
answered on 29 Apr 2013, 09:44 PM
I have figured out the problem. One of the parent container that holds RadGrid as position:relative and that was causing the issue where RadGrid's modal div is overlaying on top of the edit pop up user control itself.
Tags
Grid
Asked by
Tigger Tag
Top achievements
Rank 1
Answers by
Tigger Tag
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or