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.
ARAravind Ravi Syncfusion Team April 22, 2020 12:55 PM UTC
Hi André,
We are validating your requirements and update you with more details on April 24th 2020.
Regards
Aravind Ravi
ARAravind Ravi Syncfusion Team April 24, 2020 12:51 PM UTC
Hi Andre
In the sample when you changed the node you have changed all its child nodes position manually. At this time property change does not get a trigger and does not have an entry in undo and redo an action. Only the root node entry gets added in undo an action. So that when you do undo operation root node only restore its original position all child nodes do not move back. In the sample, while move child nodes you can add the changes in history manually. On undo, the nodes get to restore their position. Please find below UG for how to add history entry manually.