I have been looking at the example for creating a menu from a JSON object and haven't found a list of supported properties.
http://docs.telerik.com/KENDO-UI/web/menu/overview#initialize-the-menu-using-json-data-object
They list several in the example, but is that a complete list? On the URL for example is there a way of having it open in a new window (target="_blank") vs. a redirect?
I would also like to be able to assign a javascript function to a click even, and have seen on click used in different examples, but is it supported for JSON.
Overall I have found a lot of examples and information of item manipulation, but very little on getting it to do what you want when you click it. I don't really want to have a nightmare of a switch statement in the on select event.
Thanks
Randy