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
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.
I´m working with Kendo Ui Gantt AngularJS
How to execute the update function and get, again, I need it for a custom function
I need something like that
update ();
get ();
I am Working With Gantt in AngularJs, but I dont found way to make the Critical Path And Baseline in Gantt.
is this possible?
A working example of the bug is at https://dojo.telerik.com/EPuqExOg with a simple workaround until the bug is fixed. Currently, the percentage textbox doesn't work when in the German language. The date textboxes localize ok.
It would be great to have multiple column sort in Gantt view
We currently do not have an option for lazy loading in Gantt. It will be helpful to have this option for large data (like 10000). We do currently have a filter functions like range to show the limited data but having loadOnDemand helps for large data.
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.
Hour Span should be allowed integer values instead of only number values(currently it takes the floor of any decimal value)
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).
Currently gantt resource name template is a hardcoded as "{name} [{percents}]" and to change it we need to patch kendo scripts (in our case to remove percents part)
You can have thousands of lines (rows) of project data....you can't load the entire plan and scroll through it
Add a zoom slider so that the tasks rows /time columns will be smaller. Showing more or less tasks and time
Can create a template for parent task. Like we can create for child tasks.
Is it possible to set custom holidays in gantt like Windows version ?
I am working with AngularJs and in the normal Grid its possible to add ng-click Events to Columns with the Attribute Property for the ColumnDefintion, that would be great if this works too for the Gantt Chart. Because I can add a ng-click to Gantt Column and with the event I can get the current row Id and open my own custom Modal to edit the Values.
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"