Unplanned
Last Updated: 21 Nov 2019 23:54 by Ben
Created by: Vaishali
Comments: 2
Category: Gantt
Type: Feature Request
2

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.

Declined
Last Updated: 24 Jul 2019 11:31 by ADMIN
Created by: Sergio
Comments: 1
Category: Gantt
Type: Feature Request
0

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 ();

Declined
Last Updated: 18 Jul 2019 13:40 by ADMIN
Created by: ENEYDA
Comments: 1
Category: Gantt
Type: Feature Request
0
I have a problem with kendo AngularJs, I´m working with Kendo Gantt, in the section when the resources are assigned, they are repeated, for example, I have TASK 1 and I assigned the resource Manuel, and I have the  TASK 2, I assigned the reosurce Daniel, in the TASK 2 is assigned the resource Manuel and Daniel, and this happen en all tasks. 
Duplicated
Last Updated: 17 Apr 2020 08:00 by ADMIN
Created by: ENEYDA
Comments: 1
Category: Gantt
Type: Feature Request
1

I am Working With Gantt in AngularJs, but I dont found way to make the Critical Path And Baseline in Gantt. 

is this possible?

 

https://dojo.telerik.com/UtUtiQER

Unplanned
Last Updated: 29 May 2019 11:03 by ADMIN
To configure the component, I would like to be able to have and customize tooltips for the views when I am performing a resize or move on the tasks. I have looked through the documentation and all I could find one option called resizeTooltipFormat.

That is a problem for me because, first, it's only a format for the dates and not a full template, and second, there is no option to do the same for the move action.
Unplanned
Last Updated: 11 Mar 2020 09:39 by ADMIN
I'd like to modify the line of tasks summary in the Gantt chart. We'd like to display the sub-tasks in the parent task line. We would like to be able to display multiple tasks (children) in a single line (the parent task).
Unplanned
Last Updated: 19 Mar 2020 09:03 by ADMIN
Created by: sarath
Comments: 0
Category: Gantt
Type: Feature Request
4
It would be great to have multiple column sort in Gantt view 
Unplanned
Last Updated: 07 Feb 2020 21:28 by ADMIN
Created by: Kushal
Comments: 0
Category: Gantt
Type: Feature Request
17
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.
Declined
Last Updated: 27 Jan 2022 12:06 by ADMIN
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.
Unplanned
Last Updated: 20 Mar 2020 09:04 by ADMIN
Created by: Imported User
Comments: 0
Category: Gantt
Type: Feature Request
2
Hour Span should be allowed integer values instead of only number values(currently it takes the floor of any decimal value)
Unplanned
Last Updated: 24 Mar 2020 09:55 by ADMIN
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).
Unplanned
Last Updated: 21 Jun 2019 07:35 by ADMIN
Created by: Imported User
Comments: 0
Category: Gantt
Type: Feature Request
10
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)
Unplanned
Last Updated: 24 Mar 2020 10:03 by ADMIN
You can have thousands of lines (rows) of project data....you can't load the entire plan and scroll through it
Unplanned
Last Updated: 24 Jun 2019 11:40 by ADMIN
Created by: Lewis
Comments: 3
Category: Gantt
Type: Feature Request
19
Add a zoom slider so that the tasks rows /time columns will be smaller.  Showing more or less tasks and time
Unplanned
Last Updated: 07 Feb 2020 21:14 by ADMIN
Created by: Rohit
Comments: 0
Category: Gantt
Type: Feature Request
6
Can create a template for parent task. Like we can create for child tasks.
Declined
Last Updated: 24 Mar 2020 09:58 by ADMIN
Created by: Data Proget Developers
Comments: 1
Category: Gantt
Type: Feature Request
3
Is it possible to set custom holidays in gantt like Windows version ?
Under Review
Last Updated: 01 Oct 2021 12:17 by ADMIN
Created by: SquadWuschel
Comments: 0
Category: Gantt
Type: Feature Request
6
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.
Unplanned
Last Updated: 02 Dec 2021 12:30 by ADMIN
Created by: Gal
Comments: 0
Category: Gantt
Type: Feature Request
2
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"
Completed
Last Updated: 29 Sep 2020 12:26 by ADMIN
Created by: Imported User
Comments: 12
Category: Gantt
Type: Feature Request
48
Most of the time project managers would like to compare planned start & end dates vs actual start and end dates in gantt view. This feature is not supported by current Gantt chart. What I'm envisioning is something similar to the implementation of Gantt chart by Fusion Charts. (http://www.fusioncharts.com/charts/gantt-charts/). Displaying delays in actual task compared to plan would be an an added advantage. This feature may be implemented using a task template, but it's nice to have feature in the control.
Declined
Last Updated: 19 Mar 2020 10:28 by ADMIN
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