Unplanned
Last Updated: 03 Aug 2016 13:02 by ADMIN
If a task is partially visible in the Timeline area, it should be bring into view when is selected by default.
Unplanned
Last Updated: 03 Aug 2016 13:02 by ADMIN
If you edit a cell and directly change to another row in the TaskEdited event the TaskEditedEventArgs holds the old Task value before the editing.
Unplanned
Last Updated: 03 Jan 2017 20:39 by ADMIN
The RadGanttView should provide a way to style the dependencies between the highlighted tasks. When the highlighted tasks are provided via HighlightedItemsSource property its would be nice if the relations could be styled  too.
Completed
Last Updated: 24 Nov 2014 07:46 by ADMIN
When removing Tasks that are not visible (the parent task is collapsed) an ArgumentOutOfRangeException is thrown.
Unplanned
Last Updated: 03 Aug 2016 13:01 by ADMIN
If the following steps are performed:
- Hold the Ctrl keyboard key
- Highlight a task by clicking it with the mouse
- Highlight a second task
- Release the Ctrl key
- Click the first task again

Cause the second highlighted task to still be highlighted.
Completed
Last Updated: 19 May 2016 08:26 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:01 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: GanttView
Type: Bug Report
4
When scaling RadGanttView control in order to print the visible area in one page width only, extra empty pages are generated.
Unplanned
Last Updated: 03 Jan 2017 21:03 by ADMIN
As a user of the control I want to be able to highlight grid and timeline rows in different colors, depending on the data inside the task so that the user can easily see tasks with special properties.
Unplanned
Last Updated: 03 Jan 2017 20:43 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: GanttView
Type: Feature Request
4

			
Unplanned
Last Updated: 10 Jan 2022 10:48 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: GanttView
Type: Feature Request
4

Add functionality to sort the data in RadGanttView similar to the sorting feature of RadGridView.

Currently, you can use the approach shown in the GridSorting SDK example.

Unplanned
Last Updated: 21 Aug 2023 07:11 by ADMIN

I have combined these two requests in a single ticket as I feel that they are closely linked, and the second does not make much sense without the first.


Stretch option for Gantt task visualisation

It would be very useful if the user could specify a 'stretch' option for the horizontal width of the Gantt which causes the task visualisation to fill all of the available space (by increasing the PixelLength). The Gantt chart looks very strange when a fixed PixelLength results in a large amount of empty space, particularly as most other containers can be resized. It can also be difficult to guarantee that the Gantt chart fills all available space when it is inside a resizable component.

 

Ability to move resize control when both sides are at their 'desired width'

Currently, the resize control which separates the column data on the left from the visualisation of the gantt tasks on the right cannot be moved when both sides have reached their 'desired width'. However, this is not intuitive as other types of Telerik controls (notably the GridView) allow the width of components to be increased or decreased by clicking and dragging left/right, even if an absolute width has been set in the XAML.

Anticipated behaviour:

  • When dragging to the right, it seems logical to start expanding the width of the text columns on the left.
  • When dragging to the left, if the Gantt visualisation is already at its desired width, the PixelLength should be increased so that the Gantt fills all the available space.
  • When dragging to the left the columns with Width set to auto size should resize accordingly to the new available size. Currently, they stay in their initial desired size and a horizontal scrollbar appears when you resize to the left.

 

I recognise that these features may not be desirable for all users, so it would be helpful if these were features that could be toggled on/off.

 


 

Completed
Last Updated: 17 Oct 2016 14:58 by ADMIN
ADMIN
Created by: Polya
Comments: 0
Category: GanttView
Type: Bug Report
4
Available in LIB version 2016.3.1017, it will be also available in the 2016 R3 SP1 release. 
Unplanned
Last Updated: 03 Jan 2017 20:48 by ADMIN
Allow the users of the control to specify different types of calendars for the tasks, the resources and the timeline of the GanttView like in MSProject.
Unplanned
Last Updated: 04 Jun 2021 12:32 by ADMIN
Created by: Dinko
Comments: 0
Category: GanttView
Type: Feature Request
3

By design, RadGanttView supports only one task per row. We could provide a way to allow several tasks on a single row. A possible workaround is demonstrated in the SameRowRecurringTask SDK example in our GitHub repository. This project demonstrates how to implement a 'recurring' Task on the same row.

Unplanned
Last Updated: 03 Dec 2020 11:39 by ADMIN
Implement built-in functionality to export RadGanttView in XML, which can be open in MS Project. Currently, the export can be done using COM Interop binary Microsoft.Office.Interop.MSProject, as demonstrated in the ImportExportFromAndToMSProject SDK example.
Unplanned
Last Updated: 23 Sep 2019 11:18 by ADMIN
Add an API that allows you to customize the look and the behavior of the visual element displayed over the event container while drag-resizing it.
Completed
Last Updated: 17 Oct 2016 15:01 by ADMIN
The issue is only reproduced if the InitialExpandBehavior is set to Collapsed.

Available in LIB version 2016.3.1017, it will be also available in the 2016 R3 SP1 release.
Unplanned
Last Updated: 03 Jan 2017 20:44 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: GanttView
Type: Feature Request
3
Add ability to customize the event that triggers the editing in the GanttView like the EditTrigger property of the GridView.

Currently an InlinedEdit command added to the GanttView control.

This item is also related to this PITS item.
Completed
Last Updated: 28 Feb 2018 15:25 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:02 by Markus
We need to activate an editing mode in a GanttView left grid cell after a new GanttTask added. But neither RadGanttView, nor GanttItemsPresenter, nor CellContainer, etc. have some BeginEdit method. According to the documentation seems to be no way to initiate editing from code that's is a thing we need.