Show cool things you have done with our products


Post 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-)

Post by mats »

Glad to hear things are moving forward, let me know if you hit any other issues :)

Post by sun.msu »

Hey, May I get sample code for Integrating EXT gantt with sharepoint???

Post 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

Post Reply