The selection shown in the exported image is wrong in some cases. This is reproducible when you select multiple items (more than 2). To work this around you can clear the selection before the export and then re-select the items. To do this you can use the SelectedItems collection of the RadGanttView control.
Add the possibility of TimeRuler's TickIntervals to respect the CurrentUICulture's time format.
If you have a GanttTask(s) added in the RadGanttView control, and the DPI is higher than 100%, the UI is almost unresponsive. Also, the newly added tasks are not visible until you resize the control.
The height of the GroupTickContainter, MajorTickContainter, MonorTickContainter cannot be changed at present.
Make it possible to use a CollectionViewSource and its Filter etc. built-in features with the RadGanttView control's TasksSource.
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.
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
Dear, We need to view parts of a task in the telerik radganttview control , like microsoft project. I attached a figure explaining the feature. Best regards, Cesar Lopes
When the Window OS DPI setting is set above 100% resizing the grid portion's columns with their resizer controls leads to unresponsive UI and possible application crash.
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.
Available in the 2016 R2 release.
Make the default behavior of the auto scrolling which is trigger by selection of a task in the GridView part of the control customizable. The current default built-in behavior is: * If you select a row (task) in the GridView part which has its event container currently not visible is auto scrolled into to the view to the default (left) position in the TimeRuler Available in the 2016 R2 release.