I am using Kendo diagram for Workflow wizard. right now i am using my custom icons for Workflow shapes. I also want to use icon/image for connection lines between 2 shapes. Please provide this feature.
Thanks for the proposal, Muhammad. I think that you can make use of the diagram connection's content.template (http://docs.telerik.com/kendo-ui/api/javascript/dataviz/diagram/connection#configuration-content.template) or content.visual (http://docs.telerik.com/kendo-ui/api/javascript/dataviz/diagram/connection#configuration-content.visual) to assign images or icons for diagram elements connections. Let me know if I am missing something from your logic.