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.
When I am editing the label of a connector and press enter, I do not want the label to have a new line, but instead finish editing and apply the text entered (without a new line character) to the label.
RTRamya Thirugnanam Syncfusion Team April 3, 2019 01:29 AM
Hi David,
Please use diagram commandManager to achieve your requirement. While editing a label, when we press enter key, the command manager executesmethod(stopEdit) will be called and we have performed endEdit action in it. Please refer to the code example and help documentation.