Hi,
I have the following code
<
telerik:RadScheduleView
x:Name
=
"ScheduleView"
AppointmentsSource
=
"{Binding Workdays, Mode=OneWay}"
SpecialSlotsSource
=
"{Binding ReadOnlySlots, Mode=OneWay}"
ResourceTypesSource
=
"{Binding AccountResourceTypes, Mode=OneWay}"
CategoriesSource
=
"{Binding Categories, Mode=OneTime}"
CurrentDate
=
"{Binding CurrentDate, Mode=TwoWay}"
IsInlineEditingEnabled
=
"False"
ShowAppointmentDeleteButton
=
"False"
Grid.Column
=
"1"
ShowDialog
=
"RadScheduleViewShowDialog"
Visibility
=
"{Binding HasAccounts, Converter={StaticResource
BoolToVisibilityConverter}}"
FirstDayOfWeek
=
"Monday"
Margin
=
"0,-1,0,1"
MinAppointmentHeight
=
"80"
>
But every time i hover over an appointment it changes its background color and stays this way,
how can I turn this off, i attached an image to demonstrate ist.