Unplanned
Last Updated: 29 Jan 2025 12:50 by Abby
Created by: Abby
Comments: 0
Category: Gantt
Type: Feature Request
1
Does anyone know if there is a way I can export Blazor Gannt to excel?  

At this rate, I would take anything I can get. (Data and/or timeline) 
Need More Info
Last Updated: 13 Jan 2025 09:11 by ADMIN
Created by: Kareem
Comments: 1
Category: Gantt
Type: Feature Request
0
I was wondering if the feature to show a critical path within the Gantt chart is a feature that is under development. The critical path should identify a path in such that if one of the tasks within this path were delayed, then the entire project will get delayed.
Unplanned
Last Updated: 09 Dec 2024 12:46 by Pratik
Created by: Pratik
Comments: 0
Category: Gantt
Type: Feature Request
1

Expose resources in the Gantt tasks and a dedicated Resource View.

For reference: https://demos.telerik.com/kendo-ui/gantt/resources.

Unplanned
Last Updated: 22 Nov 2024 11:38 by Gaetano
Created by: Gaetano
Comments: 0
Category: Gantt
Type: Feature Request
1

I would like to customize Tooltips appearing over tasks, but I can't add all the information I want.
From the context of the Tooltip Template I'm able to get the Title, Percentage and Start\End of the tasks, but I can't get extra information from my model.

Please expose the model in the context of the Tooltip Template.

===

ADMIN EDIT

===

For the time being, there are several options to display additional information from your model in the Tooltip. See details and examples here: Access Model Fields in the Gantt Timeline Tooltip.

Need More Info
Last Updated: 18 Sep 2024 19:31 by Douglas
Created by: Jerdobi
Comments: 3
Category: Gantt
Type: Feature Request
3

I want to be able to create custom views for the Gantt Timeline, for example - minutes view.

-------------------------

ADMIN EDIT

-------------------------

The post is marked with "Need more info" label, so we can gather feedback from the community on how this feature is expected to be exposed for configuration and what the desired behavior is. An important point to consider regarding this enhancement is that, depending on its implementation, it might override the built-in Gantt Timeline functionalities, so it will be up to the application logic to handle the tasks features (for example editing, dependencies etc). Please share your comments and ideas.

Unplanned
Last Updated: 29 Aug 2024 07:55 by Maulik
Created by: Maulik
Comments: 0
Category: Gantt
Type: Feature Request
1

I want to be able to export the Gantt Chart to PDF similar to the jQuery Gantt Export to PDF.

===

ADMIN EDIT

===

A possible option in the meantime is to use a custom approach to export the Gantt similar to the one shown here: PDF and JPG Export in the Browser with JS.

Unplanned
Last Updated: 23 Aug 2024 12:23 by Zoeb
I want to customize the background color of the row in the timeline. 
Unplanned
Last Updated: 27 Mar 2024 14:03 by Justin

Please allow the Gantt TimeLine to be read-only and prohibit task editing, resizing, dragging and dependency changes.

===

Possible workaround: Read-only Gantt TimeLine (forum thread)

Duplicated
Last Updated: 07 Mar 2024 08:55 by ADMIN
Created by: Paweł
Comments: 1
Category: Gantt
Type: Feature Request
3
Add the option of displaying multiple related tasks on one row in the Gantt chart.
Unplanned
Last Updated: 04 Oct 2023 07:27 by ADMIN
Created by: Simon
Comments: 0
Category: Gantt
Type: Feature Request
3
I want to highlight weekends/holidays in the Gantt TImeline with different background.
Unplanned
Last Updated: 21 Dec 2022 10:00 by haPartnerships
Created by: haPartnerships
Comments: 0
Category: Gantt
Type: Feature Request
8

The Planned vs Actual functionality of the Gantt allows you to compare actual start and end dates to originally planned dates.

In Telerik UI for AJAX, you can see the Actual vs Planned feature at work

Unplanned
Last Updated: 29 Nov 2022 09:19 by ADMIN
Currently, tasks can be resized and dragged by hours and minutes. I want to be able to drag and resize them by whole days, so the user can directly snap the task to the beginning of the day and not somewhere in the middle. I am looking for behavior similar to this one.
Completed
Last Updated: 18 Aug 2022 10:16 by ADMIN
Release 3.6.0 (14 Sep 2022) (R3 2022)
Created by: Benjamin
Comments: 4
Category: Gantt
Type: Feature Request
4
I would like to be able to use a Refresh method exposed on the component reference. 
Completed
Last Updated: 28 Jul 2022 13:36 by ADMIN
Release 3.5.0
Created by: Svetoslav
Comments: 0
Category: Gantt
Type: Feature Request
2
I would like to use a persist state feature for the Gantt Chart. 
Completed
Last Updated: 25 Jul 2022 13:42 by ADMIN
Release 3.5.0
Created by: Steven
Comments: 0
Category: Gantt
Type: Feature Request
3

How to get only the year and date in the Gantt Chart Tooltip template? The DataAttribute is not a valid date string.

<TooltipTemplate>
     <h4>@(((TooltipTemplateContext)context).Title)</h4>
     <h5>Start: @(((TooltipTemplateContext)context).DataAttributes["start"])</h5>
     <h5>End: @(((TooltipTemplateContext)context).DataAttributes["end"])</h5>

</TooltipTemplate>

Unplanned
Last Updated: 21 Jul 2022 11:18 by Lennert
I want to customize the content of the Tooltip visible while dragging and resizing tasks in the Timeline. For example, display only start and end dates and not hours/minutes.
Unplanned
Last Updated: 14 Jul 2022 05:48 by ADMIN
Created by: Lennert
Comments: 1
Category: Gantt
Type: Feature Request
2
Can we have the AutoFitColumns feature form the Grid (https://docs.telerik.com/blazor-ui/components/grid/columns/resize#autofit-columns) in the Gantt chart as well please?
Unplanned
Last Updated: 12 Jul 2022 21:31 by Debra
Created by: Uresys
Comments: 2
Category: Gantt
Type: Feature Request
4
I'd like to have an OnTaskDoubleClick event for the Gantt tasks, so a I can handle it to include some custom logic instead of displaying a popup to edit the task.
Unplanned
Last Updated: 12 Jul 2022 07:55 by ADMIN
Created by: Marvin
Comments: 2
Category: Gantt
Type: Feature Request
7

Hello, It should be possible to rearrange the order of the Gantt elements using drag and drop. This function already exists in the TreeList component and is also necessary for us in gantt.

 

Completed
Last Updated: 28 Jun 2022 16:18 by ADMIN
Release 3.1.0
Created by: Benjamin
Comments: 8
Category: Gantt
Type: Feature Request
4

Zooming levels would be great

GanttCommandButton Command="ZoomIn|ZoomOut|ZoomToFit"...>

 

The current Views (Day/Week/Month/Year) are nice, but custom zooming is needed sometimes.

1 2 3