contextmenu disableItem()

when i try to disableItem in a contextmenu.
it only dims the item but it is still clickable .
i need to hide the item or disable it and make it not clickable.
this is the method i am using $$(“Cmenue”).disableItem(“Help”);

Hello,

Check the snippet, please http://webix.com/snippet/a3598b7a.

The onMenuItemClick event (unlike onItemClick) doesn’t fire for disabled items.