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
close icon

Gantt missing in ej2, is this an upcoming feature?

As we saw, you provide a Gantt control in ej but this seems to be missing in ej2. Are you working on it or is this control deprecated?
The gantt control is an essential control for our use case and will be the deciding factor for a purchase.

9 Replies

SU Sridurgha Uthayakumaran Syncfusion Team May 28, 2018 12:06 PM UTC

Hi Marco, 

Thanks for your interest in Syncfusion Products. 

Currently we don’t have support for Gantt component in Essential JS 2. We have added this in our Essential Studio Volume 4, 2018 release Wishlist which will be tentatively available by December 2018. 

Please let us know if you have any concerns. 

Regards, 
Sridurgha U 
 



JT Jean-Francois Tremblay November 30, 2018 08:57 PM UTC

Hi, are we still on target to deliver the Gantt component in ej2 for December ?


JA Jesus Arockia Sankaran S Syncfusion Team December 3, 2018 08:58 AM UTC

Hi Marco, 

Thanks for your update. 

The Gantt control for Essential JS 2 is planned for Essential Studio Volume 1, 2019 release which will be tentatively available by mid of March, 2019. 

Please let us know if you require any further assistance on this. 
 
Regards, 
Jesus Arockia Sankaran S 



AD Amit D February 28, 2019 07:18 AM UTC

Hi,

Any date for release of EJ2 2019 Vol 1 release. we are desperately waiting for using the Gantt control as our project is in EJ2.

Thanks,
Amit


JD Jayakumar Duraisamy Syncfusion Team February 28, 2019 08:54 AM UTC

Hi Amit, 
Currently, EJ2 Gantt control is under integration phase. It will be available in our Volume 1, 2019 main release which will be expected at the end of March 2019. Before that we have planned our beta release will be roll-out at the mid-March 2019. 
Regards, 
Jayakumar D 



AD Amit D February 28, 2019 01:07 PM UTC

Thanks for the update Jayakumar.

is there a way we can use Gantt from EJ1 in a EJ2 project?



JD Jayakumar Duraisamy Syncfusion Team March 1, 2019 10:01 AM UTC

Hi Amit, 
 
We can use EJ1 Gantt in EJ2 Project but some of the sub controls classes names are same in EJ1 and EJ2 controls which may occur theme conflict. We need to use compatibility themes to avoid conflict between EJ1 & EJ2 CSS classes. Please refer following link to know more about compatibility theme,  
 
Please find the code example below: 
<head>  
 
    <!-- EJ 1  theme reference --> 
 
    <!-- EJ 2  theme reference --> 
    <link rel='nofollow' href="https://cdn.syncfusion.com/ej2/styles/compatibility/material.css" rel="stylesheet"> 
 
 
    <!-- EJ 1  script references --> 
    <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> 
 
    <!--EJ 2  script references --> 
    <script src="https://cdn.syncfusion.com/ej2/dist/ej2.min.js" type="text/javascript"></script> 
    <!--Extending the scripts --> 
    <script> 
        $.extend(ej, Syncfusion) 
    </script> 
    </head> 
 
We have prepared a sample to render EJ2 Grid and EJ1 Gantt in the same page for your reference.  
Please find the sample as below location,  
 
Please let us know, if you need further assistance. 
Regards, 
Jayakumar D 



AD Amit D March 1, 2019 01:31 PM UTC

Awesome .thanks Jayakumar. we will try this.


JS Jonesherine Stephen Syncfusion Team March 4, 2019 04:59 AM UTC

Hi Amit, 
Thanks for your response. We will wait to hear from you. 
Please let us know if you need further assistance. 
Regards, 
Jone sherine P S 


Loader.
Live Chat Icon For mobile
Up arrow icon