Search found 519 matches

HI For Each task there can be different calendars assigned to it Let Say Task 1 Cal 1 Task 2 Cal 2 Now when i selected task1 and i want difference between two dates based on Cal1 ? Same carries for Task2 and Dates Difference will be based on Cal2 Because Each Calendar will have different working tim...

Hi We want difference between two days based on calendar for task . In hours unit

Hi
Thanks for update
Any work round for version 4.0.0

HI
lag is working fine but relationship type is not changing

   project.dependencyStore.getById(id).lag = 20
   // This is not working , initially relation ship is 1 now i changed to 3 it does not change 
    project.dependencyStore.getById(id).type = 3;

Hi
We have different editor for assigning and updating the successor records .
If any values is changed let say lag and relation ship type is changed now i want to update it in dependency store how can do it and what are the data we need to pass . I have gone through docs no update method is there .

Hi
Who to get all the assigned successors and Predecessors of a selected task

Hi Thanks const { files } = filesData; const formData = new FormData(); formData.append('mpp-file', files[0]); this.gantt.maskBody('Importing project ...'); AjaxHelper.post('https://localhost:8028/mppServer/php/load.php', formData, { parseJson: true }).then( async ({ parsedJson }) => { if (parsedJso...

Hi
Can we Import/EXPORT MPP file using Angular as Front End and Nodejs in Backend

Hi Can we use Dependency Picker in Angular components HTML directly ? if yes what is the procedure for it How to use chainedFilterFn any example for it . When we filter the selected task for which successor is added should not be shown. How can we achieve it How to remove dependency of selected task...

Hi
Can we use this components in Angular templates ?