We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Double clicking on node or connector goes to edit mode

Hello 
In the link below
http://asp.syncfusion.com/demos/ui/diagram/Layout%20Algorithm/Hierarchical%20Layout/CS/HierarchicalLayout.aspx
If I double click on any node or a connector, I see a feature to edit the label within. Goes to an edit mode. 
How can I disable it? 

Thanks
Anjanaa

4 Replies

AK Ashok Kumar V Syncfusion Team July 22, 2014 05:21 AM UTC

Hi Anjanna,

 

Thanks for your interest in Syncfusion product.

 

We suggest you to set DiagramwebControl’s “InPlaceEditing” property to false to disable the

 

Node’s Label editor. Please refer the below code snippet and the attached sample for your

 

reference.

 

 

Here is the code:

 

[C#]

 

//To Disable the Label Editor

 

DiagramWebControl1.InPlaceEditing = false;

 

 

Please try the above sample and let us know if any queries.

 

 

Regards,

 

Ashok Kumar.


Attachment: 117020_55e0de87.zip


AP Anjanaa Parasuraman July 22, 2014 03:36 PM UTC

Thanks for your help Asha. InPlaceEditing works. 

Thanks
Anjanaa


AP Anjanaa Parasuraman July 22, 2014 03:37 PM UTC

oops! typo mistake. I meant Ashok. I typed it by mistake as Asha. 


AK Ashok Kumar V Syncfusion Team July 23, 2014 12:19 PM UTC

Hi Anjanna,

Thanks for your reply.

We are happy that the problem is resolved. 

Thanks,
Ashok Kumar.

Loader.
Live Chat Icon For mobile
Up arrow icon