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.
GDGobinath Dhamotharan Syncfusion Team March 2, 2023 01:41 PM UTC
Hi Basharat,
We don’t have option to cancel the double click event, if you need to skip the event use separate conditions for your scenario. Still if you face any issues share us more details such as screenshot or video of your requirement.
Regards,
Gobinath
KBKhadeeja BasharatMarch 7, 2023 09:16 AM UTC
Yes, I need to skip the default double-click event on annotation. It lets the user edit the annotation. I don't want to edit it on double click on the canvas. Is it possible?
BMBalasubramanian Manikandan Syncfusion Team March 8, 2023 07:37 AM UTC
Use AnnotationConstraints.ReadOnly constraints in diagram
to prevent the user to edit the annotation by double click. Refer to the below
mentioned documentation and sample.