Hello,
I want to use a diagram to display a simple hierarchy, exactly like the "basic usage" demo: http://demos.telerik.com/aspnet-mvc/diagram
Users should NOT be able to move, resize, drag, connect, etc.
However, when an item is selected, I would like to show the menu like in the "Editing" example - with buttons to edit the properties of the item, as well as delete the item.
1. Is it possible to have the menu without setting up datasource configuration for connections? (i.e. just specifying .Children("..."))
2. Can you add custom actions (buttons) to that menu?
Thanks