I need to make diagram read only but allow selection or at least a click event of a node. I'm using the following options currently without any success:
diagram.constraints = DiagramConstraints.None;
diagram.tool = DiagramTools.None | DiagramTools.SingleSelect;
Please advise ?