Ext Gantt Examples

These examples use our 2.x version which is based on Ext JS 4. We would very much appreciate your help with reporting bugs if you find any. In our 1.x version, we also support Ext JS 3 and when you purchase a license you will get access to both our versions.
Download Trial

 


Basic Gantt Chart

This example is a very basic implementation of the Ext Gantt, loading XML data.


Assigning Resources

Simple example showing how you can assign resources to your tasks.


PDF Export

You can easily export the Gantt chart to PDF or PNG.


MS Project Import

Try importing an existing MS Project file to the chart.


1000 Tasks with Buffered View

This example loads 1000 tasks and uses a buffered view to increase performance.


Baseline

This example shows how you can include your project baseline along with the current plan.


Gantt + Scheduler

Simple example showing how both components can be used on the same page.


Advanced Gantt Chart

This example is feature packed and demonstrates a lot of the Ext Gantt capabilities.


Theming and Styles

Learn how easy it is to change the appearance of the Gantt chart using only CSS.


Editing Dependencies

Try the included dependency editor plugin.


Print Support

The Gantt chart supports HTML based printing demonstrated in this example.


Holidays and Working Days

The Gantt chart can easily be configured to exclude weekends and other user defined holidays.


Reordering Gantt Tasks

Using drag and drop you can easily reorder your schedule.


Custom Calendars

You can assign working calendars to tasks and resources.


Task Scheduling Modes

Demonstrates how tasks can be scheduled based on different scheduling modes.


 

Server Integration Examples

 


Ext Gantt + ASP.NET Web Forms

Sample implementation combining Ext Gantt with classic ASP.NET, using LINQ and Ext.data.JsonWriter.


Java/Spring/Hibernate

Sample implementation combining Ext Gantt with Java, Spring and Hibernate.