The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
As of now I am using shape html and passing a html string as node shape but I need that node component to be a vuejs component so that I can maintain it's state while it is on diagram area.
If we misunderstood your requirement, please share us more details or replicate the issue in the shared sample. This will be helpful for us to proceed further.
Regards,
Gowtham
Marked as answer
SKsunil KudupudiFebruary 10, 2021 07:03 AM UTC
Hi gowtham,
The above reply was helpful, but how do I use it with a symbol palette or node palette to drag and drop the nodes with state management
GGGowtham Gunashekar Syncfusion Team February 11, 2021 04:25 PM UTC
Hisunil,
We are validating your requirement and update you with more details on 14th February 2021.
Regards,
Gowtham
SKsunil KudupudiFebruary 18, 2021 11:47 AM UTC
Hi gowtham any updates on this ticket?
GGGowtham Gunashekar Syncfusion Team February 19, 2021 10:23 AM UTC
Hi Sunil,
Sorry for the delay.
We don’t have support to render the complex html template in the symbol palette, however we can able to render the simple HTML nodes in the symbol palate. We can achieve your requirement using the drop event. When a node is drag and drop into the diagram, drop event will trigger, in the event we can cancel the existing node and add the complex HTML node using add API. We have prepared a sample to drag and drop the normal HTML node and add the complex HTML node at drop event. We have used calendar component, but you can use any template as per your requirement.