Hi Telerik,
I use a DataTemplate along with AppointmentItemContentTemplate:
Now this DataTemplate has a Visibility property which can be set to Collapse, and I expect the appointment to be invisible. But the thing is that the background Color of the appointment Category is showed anyway.
So how can I do to override this behavior ?
Best regards
I use a DataTemplate along with AppointmentItemContentTemplate:
AppointmentItemContentTemplate="{StaticResource AppointmentTemplate}"
Now this DataTemplate has a Visibility property which can be set to Collapse, and I expect the appointment to be invisible. But the thing is that the background Color of the appointment Category is showed anyway.
So how can I do to override this behavior ?
Best regards