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

RadScheduleView slot selection

1 Answer 163 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Dmitriy
Top achievements
Rank 1
Dmitriy asked on 20 Jan 2020, 01:26 PM

Hello!

I have ran into one unwanted behavior of RadScheduleView. I have a RadScheduleView on my view form, horizontal TimeRuler and vertical grouped recources like a rows. When I move mouse cursor below last resource row I get the slot above mouse cursor selected. Is there a way to allow only select slots when mouse cursor directrly over the slot.

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 23 Jan 2020, 10:46 AM

Hello Dmitriy,

Thank you for the provided image.

Looking at the image I am assuming that you are using grouping. The slot which the mouse is hovering is empty and that is why the slot above is marked. Basically, the whole area below is empty. What you can try is to stretch the groups by setting the StretchGroupHeaders property to true.

<telerik:TimelineViewDefinition GroupFilter="{Binding GroupFilter}" StretchGroupHeaders="True" />

Regards,
Dinko
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ScheduleView
Asked by
Dmitriy
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or