Hi Shyam,
Your solution makes the diagram re-initialize, thanks.
But my settings from the server side are not loading again:
DiagramWebControl.OnClientDrop = "drop";
DiagramWebControl.OnClientTextChange = "textChange";
DiagramWebControl.Model.Nodes.Add(node); //etc
Also, I have a Symbol Palette which is not re-initializing, even though I am using the same method:
$("#DiagramSymbolPalette").ejSymbolPalette({
diagramId: "DiagramWebControl",
width: "160px",
height: "100%"
});
Regards,
David