This is a migrated thread and some comments may be shown as answers.

Containers in Kendo UI Diagram

1 Answer 107 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
Jeremiah
Top achievements
Rank 2
Jeremiah asked on 07 Aug 2014, 01:56 PM
Currently the Diagram doesn't support containers where a node can contain child nodes and those child nodes can have connections between them.  What I have done is to use the visualTemplate method to recursively draw groups within the "parent" group and that is working well.  What I'm having an issue with is creating connections between the children with the diagram throwing an exception saying "Object or method doesn't support 'drawingContainer'".  This exception occurs when I manually create a Connection object (set its source to a group and its target to a group) and then add that Connection to the "parent" group for rendering.  Is this something that others are experiencing and how have they overcome the issue?

I can include code if that helps people.

1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 11 Aug 2014, 01:04 PM
Hi Jaremiah,

Unfortunately the Kendo UI Diagram doesn't support containers. I would suggest to submit your request in Kendo's UserVoice so other members of the community can evaluate, comment on and vote for it. 

Regards,
Hristo Germanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Diagram
Asked by
Jeremiah
Top achievements
Rank 2
Answers by
Hristo Germanov
Telerik team
Share this question
or