We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Problem with resize swimlane horizontally

Hi,

I have problem with your "ejDiagram" control, and more specifically with "swimlane".
The problem is very simple, i can't expand swimlane horizontally.

Additionally I enclose jsplaygroundand video with example of this situation:

Thanks in advance for solving my problem.

7 Replies

SG Shyam G Syncfusion Team September 21, 2016 11:25 AM UTC

Hi Karol, 

By default, the swim lane can be resized horizontally and vertically. So you need not define nodeConstraints in your sample.  Please refer to the modified code example in which we have shown how to disable the resize constraints. 

Code example: 
 
Your code example 
var swimlane = { 
                //disables resizing 
               constraints: NodeConstraints.Default & NodeConstraints.Resize 
            }; 

Modified code example: 

var swimlane = { 
                //disables resizing 
               constraints: NodeConstraints.Default &~ NodeConstraints.Resize 
            }; 

We have modified your JSPlayground link. 


  
Regards, 
Shyam G 



KW Karol Wlodarek September 21, 2016 12:18 PM UTC

I Made mistake I thought about vertical orientation not horizontal.
Vertically it isn't possible.

Sorry for problem,
Karol.


SG Shyam G Syncfusion Team September 22, 2016 01:28 PM UTC

Hi Karol, 

In the horizontal swim lane, you can resize the lane in the horizontal way not in the vertical way. In the vertical swim lane, you can resize the lane in the vertical way not in the horizontal way. Please refer to the video below in which we have shown the behaviour of swim lane resizing. If we misunderstood your requirement, please provide us more details such as video to demonstrate the issue. 


Regards, 
Shyam G 



KW Karol Wlodarek October 4, 2016 01:24 PM UTC

Thanks it works well.
I got another problem with expanding lane which is inside another lane.

I enclose jsplaygroundand and video with example of this situation:

Thank you in advance for your answer.


SG Shyam G Syncfusion Team October 5, 2016 10:53 AM UTC

Hi Karol, 
 
The reported issue is a known issue and it has been fixed in our Essential Studio 2016 Volume 3 Release v14.3.0.49 which is rolled out and is available for download under the following link.  
We have modified your JSPlayground link. 
 
 
Regards, 
Shyam G 



KW Karol Wlodarek October 19, 2016 11:50 AM UTC

Now it's works great.
Thanks.

Regards, 
Karol


SG Shyam G Syncfusion Team October 20, 2016 06:15 AM UTC

Hi Karol, 
Thanks for your update. 
Regards, 
Shyam G 


Loader.
Live Chat Icon For mobile
Up arrow icon