Hello,
I have some problems with icon menu into WebDataMenu control.
This is the code:
<ig:WebDataMenu ID="uwt" runat="server" Width="100%" EnableTheming="true" StyleSetPath="../ig_res" StyleSetName="Caribbean">
<GroupSettings Orientation="Horizontal" />
<Items>
<ig:DataMenuItem ImageUrl="../images/btnSelect.png" Value="btnSelect" ToolTip="Seleziona" Text=""></ig:DataMenuItem>
<ig:DataMenuItem ImageUrl="../images/btnNew.png" Value="btnNew" ToolTip="Nuovo" Text=""></ig:DataMenuItem>
<ig:DataMenuItem ImageUrl="../images/btnOpen.png" Value="btnOpen" ToolTip="Apri" Text=""></ig:DataMenuItem>
<ig:DataMenuItem ImageUrl="../images/btnCopy.png" Value="btnCopy" ToolTip="Copia" Text=""></ig:DataMenuItem>
<ig:DataMenuItem ImageUrl="../images/btnDelete.png" Value="btnDelete" ToolTip="Elimina" Text=""></ig:DataMenuItem>
<ig:DataMenuItem ImageUrl="../images/btnPrint.png" Value="btnPrint" ToolTip="Stampa" Text=""></ig:DataMenuItem>
<ig:DataMenuItem ImageUrl="../images/btnInfo.png" Value="btnInfo" ToolTip="Informazioni" Text=""></ig:DataMenuItem>
<ig:DataMenuItem ImageUrl="../images/btnConfirm.png" Value="btnConfirm" ToolTip="Conferma documento" Text=""></ig:DataMenuItem>
</Items>
</ig:WebDataMenu>
I can see all the buttons with Explorer, FireFox and Opera. With Chrome and Safare I can see only the first 3 buttons in the same page.
This are the results.
Can you help me?
Thanks & Regards
Lorenzo
Hi,
I managed to replicate your issue and I created a support ticket on your behalf in order to investigate further.
For now, you can avoid this by setting EnableScrolling=false.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
With EnableScrolling=false it works fine.
Thanks
Regards
Hello Lorenzo,
I want to let you know that the issue with WebDataMenu was fixed and included in the latest service release. You should be able to download it from your account.
Let me know if you have any further questions.
Sincerely,DimiDeveloper Support Engineer, MCPD Infragistics, Inc.www.infragistics.com/support