|
Sl.No. |
Reported issue |
Response | |
|
1 |
Running the UpdateLayout method does nothing |
Size of a node is required to update the layout properly. When new nodes are added into diagram, its size will be known only after they are visually loaded. So, layout cannot be refreshed, immediately after adding nodes and connector.
To overcome this issue, please force update the page visually and then call UpdateLayout as shown in code example.
Code example:
Also we have provided sample to represent this. Please refer the sample link as below.
Sample link: http://www.syncfusion.com/downloads/support/forum/135068/ze/135024_DataSource-1667483163
| |
|
However, we will consider this as an enhancement. Where you can InvalidateLayout, diagram will automatically take care of ‘when to update the layout with the recent changes?’. | |||
|
2 |
If I set RefreshFrequency to ArrangeParsing it works, but performance takes a significant hit over 100 nodes (even with virtualization turned on) |
We have confirmed that the reported issue as a defect. We have created incident for this. Please follow-up with that incident for further updates regarding this. |