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.
Hi I am using diagram and I add many type of nodes When I double click on a node, an inline text editor appears (see attached) I would like to not show this editor in case of a bitmap node
SGShyam G Syncfusion Team November 21, 2019 12:15 PM UTC
Hi George,
To disable the inline text editor, please set inPlaceEditing as false in NodeMouseEnter event to achieve your requirement. Please refer to a code example and sample below.