Page 3 of 3

Re: Integrating Ext Gantt with SharePoint

Posted: Wed Dec 29, 2010 9:52 pm
by sonisick
Some Success. Got the basic Gantt Chart.

Had to alter my list to specify date formats:

var fields = [
{name: 'Id'},
{name: 'Name'},
{name: 'StartDate', type: 'date', dateFormat: 'c'},
{name: 'EndDate', type: 'date', dateFormat: 'c'},
{name: 'PercentDone'},
{name: 'ParentId', type: 'auto'},
{name: 'IsLeaf', type: 'bool'} ,
{name: 'Responsible'},
{name: 'Duration'}
];

Now I need to think about how I can integrate dependency data from a list.

thanks for your help--Wouldn't have gotten this far.

Stephan :D 8-)

Re: Integrating Ext Gantt with SharePoint

Posted: Wed Dec 29, 2010 10:00 pm
by mats
Glad to hear things are moving forward, let me know if you hit any other issues :)

Re: Integrating Ext Gantt with SharePoint

Posted: Wed Jan 02, 2013 12:55 pm
by sun.msu
Hey, May I get sample code for Integrating EXT gantt with sharepoint???

Re: Integrating Ext Gantt with SharePoint

Posted: Fri Dec 01, 2017 1:37 pm
by Terence
For the ones interested the blog and guide for SharePoint integration can be found is here:

https://www.bryntum.com/blog/adding-a-p ... oint-site/
https://www.bryntum.com/docs/scheduling ... sharepoint