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: 21 Jul 2024 22:08 by oomaccounts
Created by: Sujeet
Comments: 2
Category: Gantt
Type: Feature Request
4

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:

  1. Multiple tasks/milestones in a row.
  2. Multiple rows for a parent task.
  3. If space is not available in preceding row(s), overlapping tasks should be moved to next row.
  4. User should be able to provide start date for the quarter in a fiscal calendar. Ex: If user give 01st-June as the start date, then Q1 should start from 01st-June. Hence, quarters will be defined as: Q1(June-Aug), Q2(Sept-Nov), Q3(Dec-Feb), Q4(Mar-May)

Gantt chart requirement point 1-4

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.

Gantt chart Requirements point 5

Refer above image for point 5

 

Unplanned
Last Updated: 13 Jul 2023 06:21 by ADMIN
Created by: Peter
Comments: 2
Category: Gantt
Type: Feature Request
4
That is for scenarios when the start of one task is dependent on the end of another task. In such a case, if the end of the initial task changes, the start of the dependent task should also change automatically.
Unplanned
Last Updated: 07 Feb 2020 21:31 by ADMIN
Created by: Imported User
Comments: 0
Category: Gantt
Type: Feature Request
2
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"
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: 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: 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.

Unplanned
Last Updated: 16 Apr 2020 09:53 by ADMIN
Created by: Kasim
Comments: 1
Category: Gantt
Type: Feature Request
2

Would like to show column grouping for a few columns in the RaddGantt.

e.g.

  • Planned Start and Planned End to be grouped under Planned
  • Actual Start and Actual End to be grouped under Actual
  • Financial Detail columns to be grouped under Task Financials


Also, would like to add to the query, how can I have the Gantt chart with the dates shown vertically as in the image attached. I don't want the Week or Month name coming in the grouping. Just dates in the timeline view.

Reference - Feature request submitted for RadGantt for ASP.NET AJAX

Unplanned
Last Updated: 16 Dec 2021 06:59 by ADMIN
Created by: Magnus
Comments: 1
Category: Gantt
Type: Feature Request
2

Hi,

Want the ability to filter on the resource column.

Dojo example.
https://dojo.telerik.com/iZixAfiV

 

Unplanned
Last Updated: 13 Aug 2021 11:36 by ADMIN

Hi folks,

I am using the Gantt control and somtimes, I correctly do not have any data to show in it.

In this case, in the left-side of the Gantt (which is technically a Grid), the message "No records to display" is shown.

Since I am using Kendo with kendo.culture('de-CH') (Swiss German) and also the Swiss German messages, I would expect the message to be translated there as well.

Especially, when I am looking into the messages-file (https://kendo.cdn.telerik.com/2021.1.330/js/messages/kendo.messages.de-CH.min.js) and it does in fact contain the translation for the Grid's noRecords. And it's also there in the JavaScript code when having the Swiss German culture loaded:

console.log(kendo.ui.Grid.prototype.options.messages.noRecords);

Could you please have a look at this and make the Gantt component respect the translations?

 

For better illustration, I have prepared the following Dojo, that uses Swiss German culture and displays an empty Gantt chart: https://dojo.telerik.com/iXuKeYaZ

As I ran into this problem while using Telerik for ASP.NET Core, I am looking forward to a solution that that works there too.

 

Thanks in advance!

 

Kind regards,

Janick

 

 


 

Unplanned
Last Updated: 05 Jan 2023 21:51 by Pochun
Created by: Pochun
Comments: 0
Category: Gantt
Type: Feature Request
1

Hi Team,

I would like to request a way to export a larger amount of records fast and easily with the Kendo UI Gantt.  I have tried with over 800, but it runs sluggish.  I am aware of the limitations, but would like to request a faster way to export to PDF.

Thank you!

Unplanned
Last Updated: 16 Nov 2022 21:44 by Vishal
Created by: Vishal
Comments: 0
Category: Gantt
Type: Feature Request
1

Hi Team,

I would like to request the functionality to easily persist the state of the Kendo UI Gantt like in this Kendo UI Grid example.  Maybe include getOptions/setOptions methods for the component. 

Thank you!

Unplanned
Last Updated: 29 Aug 2022 08:44 by ADMIN

Hi,

Currently, you can change start OR end for the package without problems, and therefore you can change the duration this way, but for the project or phase, it is not possible.

Since these dates are changeable one by one manually through the table on the left or popup form, there is no logical reason why they can't be changed in the timeline as well.

Please could you consider adding this to the gantt widget.

Thank you very much.

Unplanned
Last Updated: 04 Jul 2022 14:58 by Abilio
Currently, when a child task in the Gantt is edited the start/end time of the parent task will be updated accordingly. I would like to have the possibility to disable this behavior and have the possibility to edit the child's tasks' start and end times without updating the start and end times of the parent task.
Unplanned
Last Updated: 08 Mar 2022 08:41 by Magnus

Bug report

When a value in the TreeList nested in the Gantt is edited and is initially selected using the mouse, the save event is fired, but the e.values is undefined. Also, the value is changed back to the initial one.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/arUgAguv
  2. Click in the 'Task1' cell to edit and mark the entire text using the mouse
  3. Type some text and press 'Enter' - The issue will not be replicated in case the edited mode is exited through clicking in another cell, but only by pressing Enter.
    screencast

Current behavior

The Edit and Save events are fired. The value of the e.values in the save events is undefined. The value of the cell is changed back to the initial one.

When the value of the cell is not marked initially with the mouse, but the user starts typing immediately after clicking in the cell the issue is not replicated. Also, only the Save event is fired and the new value is present in e.values

Note: The issue might be related to the following behavior in the TreeList: When the steps described above are followed in the TreeList - the save event is fired, but actually the edited mode is not exited - Dojo

Expected/desired behavior

The behavior should be consistent. The same events should be fired in case the edited mode is exited by pressing 'Enter' and by clicking in another cell and e.values should contain the updated value.

Environment

  • Kendo UI version: 2022.1.301.
  • Browser: [all ]
Unplanned
Last Updated: 04 Mar 2022 21:08 by Austin
Created by: Austin
Comments: 0
Category: Gantt
Type: Feature Request
1

Hi Team,

I would like to request an easy, built-in way to format the dateTimePickers with the popup editor for the Kendo UI Gantt.  Currently, the validation will not allow for the editor to be set to a specific format without creating a dedicated editable.template.

Thank you!

Unplanned
Last Updated: 01 Sep 2021 14:10 by Mark

Bug report

When there are tasks with duration only in non-working days and showWorkDays is enabled Gantt displays unnecessary arrows for those tasks.
A similar issue appears also in case there are tasks with resources. In case the task's duration is only on non-working days the text of the resource still appears although showWorkDays is enabled.

Reproduction of the problem

  1. Open Dojo and the Dojo with resources - https://dojo.telerik.com/@NeliKondova/IKUnuRec

Current behavior

When showWorkDays is enabled, the tasks with duration only in non-working days are not visible. However, unnecessary arrows for dependency tasks and text of the resources are displayed.

Expected/desired behavior

When showing only working days is enabled there should be no arrows for the tasks with dependencies and no resources text on non-working days

Environment

  • Kendo UI version: 2021.2.616
  • Browser: [all ]
Unplanned
Last Updated: 19 Mar 2021 21:12 by ADMIN
Created by: Philip
Comments: 0
Category: Gantt
Type: Feature Request
1
Hi Team,

Currently the Actual start and Actual end datetime fields are required fields. This is an error in principle as the Actual start and Actual End cannot be required for the following reasons:

The practical application of using the Gantt for Planned vs Actuals purposes of any kind is that a task is initially planned by setting the Planned Start and Planned End date of the task. A planned task has not necessarily begun, so there is no actual start or end of the task. For this reason, the users cannot yet fill the actual start and actual end. Therefore the Actual Start and Actual End should allow for the fields to be non-required fields.

Thanks!
Unplanned
Last Updated: 02 Mar 2021 06:50 by ADMIN
Created by: Angus
Comments: 1
Category: Gantt
Type: Feature Request
1

Delete Gantt dependency requires to click on it and press the delete key.

How can I delete it on a mobile device without a physical keyboard?