sidebar disable single item

Hi, I have a simple sidebar like this:

https://snippet.webix.com/6uy9mgdi

Is it possible to disable the item “dashboard2” making it not clickable?

Hello @AndreaC, unfortunately, you can’t disable an item within the sidebar component. What you can do, however, is to prevent any actions upon clicking certain items with the help of the onBefore... events, you can also provide some custom CSS for that item if needed - https://snippet.webix.com/oim64bvk.

Thank you for the help!