Hello,
the dialog Z-index appears to be set incorrectly when the grid invokes it. It happens on all dialogs (edit and delete)
this is the html:
<div class="e-dlg-container e-dlg-center-center" style="z-index: 2147483647; display: none; position: absolute;">
<div id="grid_120187176_0EditConfirm" class="e-dialog e-dlg-modal e-control e-popup e-popup-close" role="dialog" style="z-index: 2147483647; width: 320px; left: 0px; top: 0px; max-height: 541px; position: relative;" aria-describedby="grid_120187176_0EditConfirm_dialog-content" aria-modal="true" tabindex="-1">
<div class="e-dlg-content" id="grid_120187176_0EditConfirm_dialog-content">
<div>Are you sure you want to Delete Record?</div>
</div>
<div class="e-footer-content"><button type="button" class="e-control e-btn e-primary e-flat">OK</button><button type="button" class="e-control e-btn e-flat">Cancel</button></div>
</div>
<div class="e-dlg-overlay" style="z-index: 2147483647; display: none; position: absolute;"></div>
</div>
I am using the latest build ^16.2.47 but the behaviour existed since 16.2.45