Available in LIB version 2015.3.1123, it will be also available in the 2016 Q1 release.
The scrollbars in RadGanttView are always visible for timeline part. They should be collapsed when the content of the timeline fits on the screen.
You can find a runnable example showing how to populate the control from a database in the ConnectToDatabase SDK example - https://github.com/telerik/xaml-sdk/tree/master/GanttView/ConnectToDatabase.
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
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.
When collapsing the parent task first and then the child tasks a System.OverflowException is thrown.
Available in LIB version 2016.3.1017, it will be also available in the 2016 R3 SP1 release.
When adding new tasks the control does not update his ExtentHeight and ExtentWidth.
Make it possible when exporting the content of the control to be able to set its Width to fit one page's Width.
When removing Tasks that are not visible (the parent task is collapsed) an ArgumentOutOfRangeException is thrown.
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 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.
The Width of the ColumnDefinition is not updated after resizing it via the resizers.
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.
When scaling RadGanttView control in order to print the visible area in one page width only, extra empty pages are generated.