• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Serialization in ASP.NET MVC Diagram Control

This sample visualizes building diagrams interactively and editing the saved diagrams. Symbol Palette is used to easily build diagrams.

DEMO
SOURCE

In this example, you can drag and drop the shapes and connectors from symbol palette to build diagrams. Also you can save the diagram as text files and can edit the pre-saved diagrams. You can use the saveDiagram method to save the diagram as string. You can use the loadDiagram method to load the diagram from a string. In this example, context menu and undo redo features are enabled.