Disabling menu items

Hello,

I was wondering if it was possible to “grey out” menu items, so that they are there but not active and it’s obvious to the user that they can’t be selected.

In looking through the docs, I did see where they can be removed, but I’m looking to keep it, just grey it out and disable it.

Thanks,

Eric

Hello,

You may use setItemDisabled/setItemEnabled methods:

dhtmlx.com/docs/products/dht … state.html

Thank you very much!!