Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1690
Migration to WebDataMenu
posted

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

Parents
  • 8607
    Verified Answer
    Offline posted

    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 Albert
    Localization Engineer 

    WebDataMenu_Toolbar.zip
Reply Children
No Data