Completed
Last Updated: 01 Jun 2023 20:02 by ADMIN
Release 4.3.0 (06/07/2023) (R2 2023)

I have a page with a Gantt chart and a Button. The button navigates to another page in the app (NavigationManager.NavigateTo()). When I click the button an exception is thrown:

Exception trace: Error: Microsoft.JSInterop.JSException: An exception occurred executing JS interop: The JSON value could not be converted to System.Double. Path: $ | LineNumber: 0 | BytePositionInLine: 4.. See InnerException for more details. ---> System.Text.Json.JsonException: The JSON value could not be converted to System.Double. Path: $ | LineNumber: 0 | BytePositionInLine: 4.
 ---> System.InvalidOperationException: Cannot get the value of a token type 'Null' as a number.

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>

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

 

Completed
Last Updated: 06 Jun 2022 06:16 by ADMIN
Release 3.1.0
Created by: Ivan
Comments: 5
Category: Gantt
Type: Feature Request
3

By default, all nested tasks are displayed expanded.
The state of the root task is always the most important, so it makes more sense to display tasks minimized by default.
The user can always expand the required task for details.
The solution is to support the "IsExpanded" property for the task model.
When a property changes, the task changes its state.
For the component, also add the "ExpandAll" and "CollapseAll" methods that affect all tasks in the list.


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. 
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: 11 Nov 2021 13:53 by Benjamin
Release 2.29.0
Gantt dependencies do not render correctly under German (Deutschland) culture
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: 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: 09 Sep 2021 08:30 by ADMIN
Release 2.27.0
The Timeline is not rendered correctly. I have to click anywhere in the Tree to render the Timeline.
Completed
Last Updated: 09 Sep 2021 12:35 by ADMIN
Release 2.27.0
Created by: Benjamin
Comments: 0
Category: Gantt
Type: Feature Request
3

The new Gantt feature turned out really great. It would be nice if the relationships such as predecessor and successor were added, as well as different relationship types (e.g. start-end or start-start) with corresponding offsets.

Likewise, the representation of the critical path and a baseline.

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.