Make it possible for the Timeruler of the control to be set to Auto size which would cause the control to fill the entire space in a specific container.
Allow creating of recurring tasks
In the RadGanttView implament filter functionality similar to RadGridView.
Not for Silverlight, I need it for WPF projects. Please change it.
Make it possible when exporting the content of the control to be able to set its Width to fit one page's Width.
If the Timeline part of the control is shrunk to a state it doesn't need a scroll bar anymore (by changing PixelLength or VisibleRange) and after that it is enlarged, its size doesn't change, but the ScrollBar values update. Available in LIB version 2016.2.627, it will be also available in the 2016 R3 release.
It would be useful if the control takes advantage of the RadSpreadProcessing, RadPdfProcessing and RadWordsProcessing. This will allow developers to easily export the control's contents to the desired format. Currently it is possible to export the control's content as images. More details about the available RadGanttView exporting could be found here: - For WPF - http://docs.telerik.com/devtools/wpf/controls/radganttview/features/exportingsupport - For Silverlight - http://docs.telerik.com/devtools/silverlight/controls/radganttview/features/exportingsupport
Make it possible to use a CollectionViewSource and its Filter etc. built-in features with the RadGanttView control's TasksSource.
This property describes how exactly a cell in the Grid to go to edit mode. Its could be a Click, DoubleClick, Enter, F2 etc. This item is related to http://www.telerik.com/support/pits.aspx#/details/Issue=11831.
As a <role> I want <ability> so that <benefit>.
If the current culture (German) is set to a culture with 24 format the default 12 format is used in the TimeRuler and the dragging/resizing Tooltip of the control. Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.
There are two scenarios where the issue can be seen: - at startup when the ColumnDefinition’s Width is set to AutoHeaderAndContent its Width is rendered incorrectly; - when you change the PixelLenght; The issue could be observed in the attached short video
Add a mechanism to determine the position of the main resizer and one for setting it. This will allow the users of the control to persist its position and reload it later.
Hi,
I have recently been trying to implement a "split tasks" feature you would find in common Gantt packages, but Telerik doesn't support this out of the box. It would be great if this was supported, as modifying it ourselves comes with some level of risk, and may also be affected when we upgrade between versions.
Thanks.
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.
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.
If a task is partially visible in the Timeline area, it should be bring into view when is selected by default.