19 sept 2013

Change the Z-index in RadMenu

En ocasiones las listas (combos o dropdown) se ocultan detrás del menú. Para evitar esto, podemos modificar el z-index del menú de la siguiente manera:

<telerik:RadMenu ID="mnuMain" runat="server" EnableRoundedCorners="true" EnableShadows="true" EnableTextHTMLEncoding="true" style="z-index:10; position:absolute;">    

No hay comentarios.: