Here's my code behind that creates the lane palette symbol:
Lane horLane = new Lane();
horLane.Name = "Horizontal Lane";
Header header = new Header();
header.Text = "Fred";
header.Width = 200;
header.FillColor = "#C7D4DF";
header.FontSize = 24;
horLane.Header = header;
horLane.FillColor = "#f5f5f5";
horLane.Height = 70;
horLane.Width = 600;
horLane.OffsetX = 20;
horLane.OffsetY = 20;
horLane.IsLane = true;
horLane.Orientation = "horizontal";
Here's the delete exception message:
Unhandled exception at line 10, column 3914667 in http://vs2013-jimv2/NavviaNewDev/Syncfusion/Scripts/ej/ej.web.all.min.js
0x800a138f - JavaScript runtime error: Unable to get property 'isGroup' of undefined or null reference
The exception is probably the biggest issue.
Jim
Hi Jim
Thanks for using Syncfusion products.
Query |
Response |
|
We are able to reproduce the issue “issues in swimlane”, we have created incident 131915
for this reported issue. We suggest you to follow up the incident 131915 for
further reference using your direct trac account. |
|
Currently we don’t have option of selection handle for swimlane in the diagram builder. We consider
this as an issue “Need to provide
selection handle for swimlane in the diagram builder”, we have created
incident 131915
for this reported issue. We suggest you to follow up the incident 131915 for
further reference using your direct trac account. |
|
We are glad to inform you that we have fixed the reported
issue in “MenuBar.js” file of
diagram builder sample. We suggest you to replace the “MenuBar.js” file in your diagram builder application. Here is the MenuBar.js file We have attached diagram builder sample below for your
reference. |
Please let me know if any concerns.
Regards,
Shyam G