Unplanned
Last Updated: 28 Jun 2022 16:11 by Benjamin
Created by: Benjamin
Comments: 0
Category: Gantt
Type: Feature Request
5
The Timeline should be changed in a way that all entries in the (filtered) list should be fully visible. The zooming factor should always be calculated in a way that all currently displayed entries should be fully visible.
Unplanned
Last Updated: 21 Jun 2022 06:52 by René
Created by: Dev
Comments: 1
Category: Gantt
Type: Feature Request
7
The Blazor UI Gantt Chart gets really slow when using it with many tasks. I load the Gantt control with 1000 tasks and it takes longer to render. Will this be faster in future versions of the Gantt control for Blazor? Is there a feature to improve current performance?
Unplanned
Last Updated: 14 Jun 2022 07:11 by ADMIN
Created by: Benjamin
Comments: 0
Category: Gantt
Type: Feature Request
2

Hi Telerik Team,

it would be awesome to have a setting for adding a corner radius the dependency line, so the Gantt gets an additional visual improvement.

Example:

Could be added to the <GanttDependencies> Child-Element of <GanttDependenciesSettings>.

 

Thanks

Unplanned
Last Updated: 14 Jun 2022 07:12 by ADMIN
Created by: Benjamin
Comments: 0
Category: Gantt
Type: Feature Request
1

Hey Telerik Team,

we'd like to have a configurable line width and also color for the dependencies for the Gantt Diagram, configurable e.g.:

We're using the Gantt quite heavily and sometimes it's hard to mouse-point the exact pixel with that dependency line ;)

 

Thanks!

Unplanned
Last Updated: 06 Jun 2022 11:04 by ADMIN
Created by: René
Comments: 1
Category: Gantt
Type: Bug Report
2
The FilterMenuType Parameter is available for GanttColumns but is is ignored.  The FilterMenuType of TelerikGantt is always used.
Unplanned
Last Updated: 23 Jun 2022 06:55 by ADMIN
Created by: René
Comments: 5
Category: Gantt
Type: Feature Request
9

Since there is no "goto today" functionality (which I requested in a separate ticket). It is a pain to find the current timeslot in the timeline by scrolling.

The current timeslot should be highlighted by a specific background color or by a vertical line through the timeline.

Unplanned
Last Updated: 02 Jun 2022 13:50 by ADMIN
Created by: René
Comments: 1
Category: Gantt
Type: Feature Request
2

Please add Parameters "TreeListSelectionMode" and "TreeListSelectedItems".

UseCase1:  Group Selected Items (create new Element as Parent of all selected Elements)

UseCase2: Postpone Selected Items by x days

Unplanned
Last Updated: 27 Jun 2022 09:00 by ADMIN
Created by: René
Comments: 2
Category: Gantt
Type: Feature Request
3
There should be a way to programatically set minDate + MaxDate and the Timeline should automatically zoom to display everything between those Dates.
Unplanned
Last Updated: 27 Jun 2022 08:34 by ADMIN
Created by: René
Comments: 3
Category: Gantt
Type: Feature Request
6

There should be a way to programatically scroll to a specific day in the timeline.

UseCase 1: Goto Today Button

UseCase 2: Upon clicking on a line in tree list the timeline should display this task in the timeline.

Unplanned
Last Updated: 05 May 2022 19:09 by ADMIN
Created by: Philip
Comments: 0
Category: Gantt
Type: Feature Request
2

Hello

Could we add a "decade" view for the Gantt chart? (currently goes until Year)

 

If the Blazor Gantt chart schedule items span over many years/decades, the Gantt is unusable and crashes.


Our clients' use case is the management of multiple long-term leases; spanning up to 15-30 years.

 

See the attached image as an example in PowerBI where they have a "decade" view.

 

Regards

Phil

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: 04 Mar 2025 11:17 by ADMIN
Created by: Benoit
Comments: 3
Category: Gantt
Type: Feature Request
9
We have Template for the regular tasks in the GanttTimeline, but not for the summary ones. Please add Template for the SummaryTask of the GanttTimeline.
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. 
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: 23 Aug 2023 12:40 by ADMIN
Release 4.5.0 (08/30/2023) (R3 PI2)
Gantt dependencies are not rendered correctly in the latest Chrome
Completed
Last Updated: 22 Aug 2023 14:49 by ADMIN
Release 4.5.0 (08/30/2023) (R3 PI2)
Set the Display scale to 150%, for example, the dependencies are rendered incorrectly. 
Unplanned
Last Updated: 17 Nov 2021 08:48 by ADMIN
Created by: Ivan
Comments: 0
Category: Gantt
Type: Feature Request
1
Currently, you can initiate task editing by double-clicking on an item. I would like to have different options (like buttons) to initiate editing. 
Completed
Last Updated: 04 Feb 2022 13:22 by ADMIN
Release 3.1.0
Created by: Ivan
Comments: 0
Category: Gantt
Type: Feature Request
1
I would like to use Popup editing, and Inline editing as I am able to do so in the TreeList component. 
Completed
Last Updated: 31 Mar 2022 09:10 by ADMIN
Release 3.2.0
Created by: Ivan
Comments: 0
Category: Gantt
Type: Feature Request
1
Controlling the position of the slider between the TreeList and TimeLine panel
The position of the separator is determined by something incomprehensible.
The user only has to guess that the only way to get to the command buttons is by sliding the slider to the right.
Solution:
Implement the "SliderWidth" property in relative units for the component's slider position.
Completed
Last Updated: 01 Feb 2022 09:10 by ADMIN
Created by: Ivan
Comments: 0
Category: Gantt
Type: Feature Request
2

It is very strange that while the Gantt component is similar to the gorgeous Grid component, support for row and header templates has not been released.
We await implementation
<GanttColumn>

  <HeaderTemplate Context = @ myContext>

  </HeaderTemplate>

  <Template Context = @ myContext>

  </Template>

</GanttColumn>

 

**Admin Edit**

Will be released in 3.1.0.

**Admin Edit**