Posted 16 July 2020, 3:23 pm EST
Hello,
i am using this example to add a context menu to my chart, but I also need to add a submenu and can’t find a way to do it.
https://www.grapecity.com/wijmo/demos/Input/Menu/ContextMenus/react
the code below doesnt work:
<wjInput.MenuItem cmd=“cmdSave”>Export
<wjInput.MenuItem cmd=“cmdSubmenu”>Sub Menu</wjInput.MenuItem>
</wjInput.MenuItem>
Thanks