The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ARAravind Ravi Syncfusion Team June 19, 2020 05:06 AM UTC
Hi Rakhi,
By default, in the diagram if we set diagram constraints as None means we cannot able to do any interactions in the diagram like select, drag, scale the node or connector. To enable selection for the node and disable multiple selection for diagram set diagram tools as SingleSelect. So that in diagram we can able to do select the node. Please refer the code example and sample below
public tool: DiagramTools = DiagramTools.SingleSelect;