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
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.