This question is locked. New answers and comments are not allowed.
I have a button in a custom group header in a RadScheduleView (see below). Before 2011 Q2 this worked fine. After updating to 2011 Q2, the button is now always disabled. Doese anyone know how to ensure that this button is enabled?
<local:OrientedGroupHeaderContentTemplateSelector x:Key="GroupHeaderContentTemplateSelector"> <local:OrientedGroupHeaderContentTemplateSelector.HorizontalResourceTemplate> <DataTemplate> <Button Content="Button Not Enabled" /> </DataTemplate> </local:OrientedGroupHeaderContentTemplateSelector.HorizontalResourceTemplate> <local:OrientedGroupHeaderContentTemplateSelector.VerticalResourceTemplate> <DataTemplate> <Button Content="Button Not Enabled" /> </DataTemplate> </local:OrientedGroupHeaderContentTemplateSelector.VerticalResourceTemplate></local:OrientedGroupHeaderContentTemplateSelector>