Hi,
I am migrating legacy ASP.NET application which uses Infragistics 7.3 controls to version 12.2. Application has regular menu (UltraWebMenu) and toolbar (UltraWebToolbar) located under menu bar. As far as I understand, WebDataMenu replaces both controls but I don't see any samples with menu + toolbar. Is it possible to implement such interface using WebDataMenu ?
Thanks,
Ed
Elizabeth,
Thanks for the answer, I figured it out by myself and added 2 menus - one for regular menu bat and another one for toolbar.
Hello Ed,
You can use the WebDataMenu like a toolbar by setting the items to have icons and no text. You can also set the orientation to horizontal.
I have attached a simple sample demonstrating this approach. On the item click event, you can check the key and perform the action associated with the clicked item.
Elizabeth AlbertLocalization Engineer