Hi,
How it s possible to select multi links when i select a node?
For exemple when i click on a parent node i would like to select the links with its childs.
I use a treeview and initialise my diagram like that :
myFullDiagram.model.nodeDataArray = JSON.parse(data.d);
myFullDiagram.model = new go.TreeModel(myFullDiagram.model.nodeDataArray);
The data structure is key, parent.
Thanks,
Cédric