This question is locked. New answers and comments are not allowed.
I need to be able to set the background color for summary tasks in my Gantt Diagram. The below code sets the color on the child-tasks fine, see attached screenshot, but how do I change the color for the summary tasks (green ones)?
,
Anne
,
<telerik:RadGanttView.Resources> <Style TargetType="telerik:EventContainer"> <Setter Property="Background" Value="Yellow" /> </Style> </telerik:RadGanttView.Resources>Anne