Hello,
I Have a problem when i'm open a RadWindow with the next code in the OnClickClient event in a asp:button :
return blockConfirm('Seguro que quieres eliminar este registro?', event, 330, 100,'','Aviso del sistema');
The problem is, the RadMenu is on the Confirm box, like the modal background z-index of RadMenu is higher than the bottom of the RadConfirm Background, I manually edit the RadMenu z-index but it stil happening.
Did you know what's happening? or how can i fix that?
Thank's!
I Have a problem when i'm open a RadWindow with the next code in the OnClickClient event in a asp:button :
return blockConfirm('Seguro que quieres eliminar este registro?', event, 330, 100,'','Aviso del sistema');
The problem is, the RadMenu is on the Confirm box, like the modal background z-index of RadMenu is higher than the bottom of the RadConfirm Background, I manually edit the RadMenu z-index but it stil happening.
<telerik:RadMenu ID="RadMenu1" Runat="server" Flow="Vertical" Height="115px" Skin="Web20" style="z-index: 0" > </telerik:RadMenu>Did you know what's happening? or how can i fix that?
Thank's!