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

 

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.
Unplanned
Last Updated: 04 Nov 2022 17:29 by Ivan

1. Go to https://demos.telerik.com/blazor-ui/gantt/templates

2. Scroll to the end of the timeline horizontally

3. Move the mouse pointer to timelineTooltip appears in the wrong place

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.

Unplanned
Last Updated: 13 Jul 2023 13:14 by Greg
When the Start and End Dates are far from the DateTime.Now, Gantt freezes the entire application. 
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: 09 Sep 2021 08:39 by ADMIN
In the Timeline numeric editor the increase/decrease step is 0.01. However, the increase/decrease step of the Gantt Tree numeric editor is 1.  This allows you to increase the Percent Complete value to higher than 1(standing for 100%) and thus break the component.
Completed
Last Updated: 04 Sep 2024 11:09 by ADMIN
Release 2024 Q4 (Nov)
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.

1 2 3