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: 16 Aug 2021 14:09 by ADMIN

in the demo, the percentage display can be over 100%.
As soon as it is over 100% there, the following error is displayed:

(this also happens because it is always incremented by 1, which then always corresponds to an additional 100%.)

 

 

==========

ADMIN EDIT

==========

In the meantime, a possible workaround could be to use the built-in validation and set values 0 to 1 for the Range attribute of the Percent Complete field. The attached example demonstrates how to achieve that.

 

Need More Info
Last Updated: 22 Oct 2021 05:47 by ADMIN
Created by: Jerdobi
Comments: 2
Category: Gantt
Type: Feature Request
2

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.

Completed
Last Updated: 01 Oct 2021 10:08 by ADMIN
Release 2.28.0
Created by: Uresys
Comments: 0
Category: Gantt
Type: Feature Request
2
I'd like to have access to the GanttTaskCommandEventArgs, so can easily handle custom command actions.
Completed
Last Updated: 03 Feb 2022 07:06 by ADMIN
Release 3.1.0
Created by: Benjamin
Comments: 3
Category: Gantt
Type: Feature Request
2

When I describe a EditorTemplate on a GanttColumn, I expect it to be shown on entering the edit-mode:

<GanttColumn Field="@nameof(ActivityContainer.TaskName)" Title="@_["_name"]" Expandable="true" Resizable="true" >
<EditorTemplate>
<strong>I expect this to see</strong>
</EditorTemplate>
</GanttColumn>

Expected: Just the string "I expect this to see"

What I actually get:

The default edit box (feels like the EditorTemplate doesn't apply at all?)

Docs (https://docs.telerik.com/blazor-ui/api/Telerik.Blazor.Components.GanttColumn#collapsible-Telerik_Blazor_Components_GanttColumn_EditorTemplate) say, that the GanttColumn has a EditorTempalte.

---

Side effect:

<GanttColumn Field="@nameof(ActivityContainer.TaskName)" Title="@_["_name"]" Expandable="true" Resizable="true" >
<EditorTemplate>
<strong>@((context as ActivityContainer)?.TaskName)I expect this to see</strong>
</EditorTemplate>
</GanttColumn>

error CS0103: The name 'context' does not exist in the current context

 

Context should be there.

Completed
Last Updated: 07 Feb 2022 15:53 by ADMIN
Release 3.1.0
Created by: Ivan
Comments: 0
Category: Gantt
Type: Feature Request
2
I would like to cancel the edit of certain tasks based on a condition. 
Unplanned
Last Updated: 17 Nov 2021 08:51 by ADMIN
Created by: Ivan
Comments: 1
Category: Gantt
Type: Feature Request
2

The current implementation of the double-click task edit feature is not an intuitive user interface action.
Also, there is absolutely no need to automatically edit the properties of the task model when you click on GanttColumns.
Give the developer independent control over the behavior of the edit event.
Necessary solutions:
1. Implement support for the "IsEnabled" task model property that disables editing the property for the GanttColumn and double-clicking on the Timeline panel
2. Implement support for the "Edit" command for the GanttCommandButton

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**

 

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: 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

Unplanned
Last Updated: 27 Jun 2022 09:00 by ADMIN
Created by: René
Comments: 2
Category: Gantt
Type: Feature Request
2
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: 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: 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 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?
Duplicated
Last Updated: 07 Mar 2024 08:55 by ADMIN
Created by: Paweł
Comments: 1
Category: Gantt
Type: Feature Request
2
Add the option of displaying multiple related tasks on one row in the Gantt chart.
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: 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. 
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. 
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!

1 2