The dependencies in the Gantt can not be removed.
Nothing happens, there is no confirmation popup, and the dependency is not removed.
A confirmation dialog for confirming the deletion appears and the dependency should be removed.
The current list of events associated with PDF creation of Gantt chart data is insufficient. In order to make this control production suitable the following PDF generation events/features would be needed: 1.- Ability to provide progress on the PDF file generation. Right now this can take minutes. 2.- Ability to cancel a PDF generation that is in progress. Right now this is not possible, but would be needed for lengthy operations.
Currently % complete calcs for summary tasks are based solely on the sum of % complete per child task / number of child tasks (x%+y%+z%)/3. In this way, a small scale task of 1 or 2 days has a large impact on summary % complete whereas a large task of 60 days has a small impact. Request is to add in weighting based on duration (end date - start date).
It would be great to have multiple column sort in Gantt view
Hi,
I am using kendo's Gantt chart. But I unable to achieve few things using the existing Gantt chart features.
Following are the features I request should be provided for Gantt chart:
Refer above image for point 1-4
5. If task label is exceeding the width of the task, then height of the task should be increased to accommodate task label(in other words, text should be wrapped). Also, font-size of the text should be responsive, that is, font-size should be reduced to accommodate entire text in minimum task height.
Refer above image for point 5
Add possibility to automatically center the Gantt timeline to a given date onload.
Is it possible to set custom holidays in gantt like Windows version ?
Currently Task Template and Toolbar Template doesn't integrate with AngularJS. E.g. it is impossible to use {{ $ctrl.mymember }} or <my-angular-component></my-angular-component> for the task template in gantt.
I'm interested in using the Gantt chart for a project scheduling application but I need a lot more customization on the look & feel than is currently available. For instance, being able to eliminate the secondary timescale bar under the primary so that if you're in, say, the month view there is no 'week' slots under it.
From the 2015.2 release to the 2015.3 release, the built-in validation on the Start date was removed from the left-hand treelist. So now I can move the Start date to be after the Finish date, and the Gantt control responds by treating this as a "move". However, there is still built-in validation on the Finish date so that I cannot move the Finish date to before the start. I would expect the same behavior for changes in both directions. If I change the Finish date to before the Start date, then this should also be treated as a "move", where the duration of the task is retained, and the Start is also moved back N days. This is a trivial change to make. I think it's removing 1 line of code. And this would really help with usability for users who want to achieve a "move" action, but who prefer to edit their data using the left-hand treelist instead of the right-hand timeline.
Right now the Gantt marks the current day with a line. It would be great if we could pass an array of objects with title, type and begin/end information, which would be marked on the timeline background in a similar way -- for example display holidays or context time information (when planning something in a larger context). Does not need to be editable -- being able to override the color for each object would be nice
Currently there is only template for Gantt I need to be able to control the tooltip behaviour. showOn:"mouseenter", "click" , "focus" autoHide: true, false position: "bottom", "top", "left", "right", "center"
Hour Span should be allowed integer values instead of only number values(currently it takes the floor of any decimal value)
Implement support for external editor in the Gantt. Instead of using an editor template or calling the editTask method, make possible Gantt tasks to be updated without opening the default editor.
A modification in a child task, e.g. changing its start date, should also update the summary task.