This is a migrated thread and some comments may be shown as answers.

Appointment/ReadOnlySlot Remove HoverEffect

1 Answer 84 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Joseph
Top achievements
Rank 1
Joseph asked on 31 May 2015, 01:18 PM

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.

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 03 Jun 2015, 10:02 AM
Hi Joseph,

We have tried to reproduce the described by you appearance of the Appointments using the provided code snippet but it seems everything works as expected on our side. From the provided image we assume that you are probably modifying some of the default Styles of RadScheduleView that might cause the observed by you unexpected appearance. If that is the case could you please share with us some code-snippets of that modified Styles that might help us to reproduce your issue. However, if you didn't modify any Styles of RadScheduleView, please provide us some additional information about your scenario that might help us to reproduce the observed appearance in order to continue our investigation and provide you with a prompt solution if possible?

We are looking forward to hearing from you.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ScheduleView
Asked by
Joseph
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or