Hi,
I have the diagram on a page and is storing and loading the content of the diagram using my own code.
The nodes and connections are simply added to the 2 collections, nodes and connections.
It works just fine, if I store and load using buttons on the page
Now I would like to load when a user open the blazor page that holds the diagram.
However how can I do that?
In several of the page start events the diagram control is not defined and if I load in the OnAfterRenderAsync event I get the attached error.
So is there a way so I can add nodes and connections using C# code when a page is opened?
Attachment:
Exception_b34d6b23.zip