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

Does the Diagram control support drawing "SQL-like" diagrams ...

1 Answer 43 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 27 Apr 2016, 08:18 PM

I am looking for controls that will enable me to easily draw diagrams that are like SQL relationships. Basically with each object having a title (table name), and having multiple properties under it (like table columns). And then I want to link the properties in one object to a property in another object (like SQL links). similar to the attached image.

Do the Telerik controls support this type of view?

1 Answer, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 02 May 2016, 02:22 PM
Hello,

Telerik Diagram control enables you to use the built in shapes as well as to create a custom shape by passing the desired SVG path to the DiagramShape’s Path property. You can fully control where and how data is displayed in the RadDiagram shapes by defining a visual template.

You can find more information in the following help resources:
http://docs.telerik.com/devtools/aspnet-ajax/controls/diagram/functionality/shape-templates

http://docs.telerik.com/devtools/aspnet-ajax/controls/diagram/structure/shape
http://docs.telerik.com/devtools/aspnet-ajax/controls/diagram/structure/connection
http://docs.telerik.com/devtools/aspnet-ajax/controls/diagram/how-to/custom-shapes-and-connectors
http://demos.telerik.com/aspnet-ajax/diagram/examples/overview/defaultcs.aspx

I hope you will find this information helpful.

Best Regards,
Misho
Telerik
Tags
Diagram
Asked by
Jay
Top achievements
Rank 1
Answers by
Misho
Telerik team
Share this question
or