At our company we recently upgraded from using version 2010.2 of your controls to 2011_2 (RadControls_for_Silverlight4_2011_2_1107_DEV_hotfix)
. What I am now noticing is that selecting or switching the category of an appointment from the category menu in the Edit appointment popup no longer works with this version. The change in category is also not reflected in the category bar.
It has the same problem if you use the default categories or custom categories.
Infact even in your online demo at http://demos.telerik.com/silverlight/#Scheduler/FirstLook the feature is broken. I have attached a
screenshot. In the screenshot you will see that selecting another catergory will not be reflected in the category bar below. It will still says "lunch and coffee." Also when you are creating a new appoinment any selection from the category menu will not result in any category being assigned to the appointment and so the category bar will not even show up . I am verfied that this functionality does work as expected in the old version of controls. Is this bug ?
Seems like in the portion of the default template below the Category of the Edited Appoinment allows ends up being NULL.
<Border DataContext="{TemplateBinding EditedAppointment}"
Background="{Binding Category.CategoryBrush}"
Visibility="{Binding Category,Converter={StaticResource VisibilityConverter}}"
CornerRadius="3"
Height="20"
Margin="5,10,5,0">
<TextBlock Text="{Binding Category.DisplayName}"
VerticalAlignment="Center"
Margin="5,0,0,0" />
</Border>
Is there a workaround ? If you can send me some sample code as to how to get around this I would appreciate it.
thanks