This is a migrated thread and some comments may be shown as answers.

Leave only autoconnector

2 Answers 33 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
Max
Top achievements
Rank 1
Max asked on 20 Feb 2015, 01:42 PM
Hello. How to remove edge connectors and leave only center auto connection. We want to prevent user to choose connector.

2 Answers, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 23 Feb 2015, 09:28 AM
Hello Max,

There are a few ways to accomplish your scenario, I will try to list them for your and you could pick the one most suited for your scenario:
- create a custom connectors, you can find information on how to them in this article.
- use the loaded event of the Shapes or the collection change event of the RadDiagram, you will need to traverse the Connectors collection and change the Visibility of all Connectors different than the "Auto".
- use an implicit style targeting the "ConnectorsControl" and change its default panel. In the Arrange of the new panel you will have direct access to the Connectors and you could change their visibility to collapse.

I hope this information helps. Please let us know if you need further assistance.

Kind regards,
Kiril Vandov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Max
Top achievements
Rank 1
answered on 24 Feb 2015, 08:54 AM
Thank you
Tags
Diagram
Asked by
Max
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Max
Top achievements
Rank 1
Share this question
or