Unplanned
Last Updated: 20 Oct 2023 10:02 by David
Created by: David
Comments: 0
Category: Gantt
Type: Feature Request
0

Bug report

Error is thrown in the console when an event is dragged.

Reproduction of the problem
Dojo: https://dojo.telerik.com/ORuSEYoW

Expected/desired behavior
Error shall not appear

 

Environment
Kendo UI version: [all]
jQuery version: [all]
Browser: all

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: 17 Apr 2023 11:40 by Minas Gerais Administração
Created by: Imported User
Comments: 6
Category: Gantt
Type: Feature Request
8
i hope i can configure working day and off day
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: 26 Dec 2022 18:19 by Washington
Created by: christer
Comments: 5
Category: Gantt
Type: Feature Request
25
Add a way to highlight the critical path in the Gantt Chart. This is a basic feature in project management and would be really great if you can implement,.
Unplanned
Last Updated: 06 Dec 2022 12:11 by ADMIN
Created by: Imported User
Comments: 10
Category: Gantt
Type: Feature Request
25
Incorporate page breaks into the Gantt PDF Export and include option to repeat column headers on each page.
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: 10 Oct 2022 13:20 by Josh
Created by: Imported User
Comments: 2
Category: Gantt
Type: Feature Request
9
Problem: We really want to fit Gantt's on particular paper sizes (def. landscape A3); however, using the paperSize option doesn't really work as the output (font size, row heights, etc.) end up being too big and not suitable.

And for the majority of the time, paperSize set to auto creates an output (font size mostly) too small.

Rock and a hard place... 

Solution 1: When pdf.paperSize is not set to auto i.e. A3, A4, etc. Allow a percentage scaling to be set, ideally individually, on X and Y.

Solution 2: Scale fonts and scale timeline on X axis maintaining taskList width.

Ultimately, get a large plan to fit on landscape A3.
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: 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: 31 Jan 2022 13:27 by ADMIN
Created by: Stoyan
Comments: 0
Category: Gantt
Type: Feature Request
0
When summary/parent tasks in the Gantt are edited in the timeline the duration of the parent task is not always consistent with the net duration of its children.
Please review this Screen capture for the described behavior: https://www.screencast.com/t/la1PzVZaYc


This issue can be avoided, if the duration of the parent tasks can be configured to be fixed. Then the parent task's duration will only be dependant on the duration of its children.

Furthermore the timeframe of the parent task would be editable by changing the starting date.
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: 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: 04 Aug 2021 08:48 by ADMIN

I would like to be able to toggle the planned vs actual view on Gantt outside of the Gantt toolbar. This can be achieved using private methods as in the example below and the Dojo linked here:

```

function changeValue(){
          var gantt = $('#gantt').data('kendoGantt')
          var timeline = gantt.timeline;

          var showPlanned = $('#gantt input.k-gantt-planned-switch').data('kendoSwitch').check()
          $('#gantt input.k-gantt-planned-switch').data('kendoSwitch').check(!showPlanned)

          gantt.wrapper.toggleClass("k-gantt-planned");
          timeline._setPlanned(!timeline.options.showPlannedTasks);
          timeline._render(gantt.dataSource.taskTree());
          timeline._renderDependencies(gantt.dependencies.view());
 }

```

However, having a public method for showing the planned tasks (for example showPlannedTasks(true) ) would be very helpful.

                    
Unplanned
Last Updated: 28 May 2021 13:42 by ADMIN
Created by: Alexey Anosov
Comments: 5
Category: Gantt
Type: Feature Request
33
We have many tasks, and rendering in gantt so slowly. If use Pager with datasource, gantt show items on level 2 and above.
Please, add virtualization + virtual scroll in gantt control
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?

Unplanned
Last Updated: 02 Feb 2021 14:56 by ADMIN
Created by: Martin
Comments: 1
Category: Gantt
Type: Feature Request
4
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.
Unplanned
Last Updated: 02 Feb 2021 14:47 by ADMIN
Created by: Andreas
Comments: 1
Category: Gantt
Type: Feature Request
7
In the Gantt control there should be events for expand/collapse to provide things like on-demand loading of subnodes for large project-trees
1 2 3