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

RadGrid EditMode Modal Popup Always Covered By Loading Pane - Is it possible to allow the modal to appear over the loading pane?

1 Answer 161 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jgill
Top achievements
Rank 1
jgill asked on 23 Jan 2011, 10:24 PM
Hello,
I am having an issue with a RadGrid that allows users to insert and edit records with a modal window, e.g. EditMode - Modal, where the loading panel on the RadGrid covers the modal window, e.g. has what seems to be a higher z-index.  See the attachment to this post for an example of the issue in the form of a screenshot.

The RadGrid is ajaxified any associated with a RadAjaxManager with a loading panel specified.
<telerik:AjaxSetting AjaxControlID="radgrid1">
    <UpdatedControls>
        <telerik:AjaxUpdatedControl ControlID="radgrid1" LoadingPanelID="LoadingPanel1" />
    </UpdatedControls>
</telerik:AjaxSetting>

When the user inserts or edits a record on the RadGrid the modal pop-up displays along with the loading panel, however for the period of time that the loading panel displays it appears over the modal.  I have tried changing the z-index of the modal to 91000, but even that does not work (I am not sure if the number is not high enough.

How can I ensure that the modal window appears above the loading panel (z-index wise)?  What is the z-index of the loading panel by default?

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 27 Jan 2011, 09:59 AM
Hello jgill,

I tried to replicate similar behavior on my side but to no avail. Could you please revise the following online demo which represents the same scenario? Test it on your site and verify what the difference in your case is.


Best wishes,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
jgill
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or