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.
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?
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?