I've got a Calendar in Week view mode nested inside of a SlideView as such:
<
telerikPrimitives:RadSlideView
>
<
telerikPrimitives:RadSlideView.ItemsSource
>
<
x:Array
Type
=
"{x:Type ContentView}"
>
<
ContentView
>
<
telerikInput:RadCalendar
/>
</
ContentView
>
<!-- other views -->
</
x:Array
>
</
telerikPrimitives:RadSlideView.ItemsSource
>
</
telerikPrimitives:RadSlideView
>
Is there a way to allow the (horizontal) swipe gesture to propagate to the Calendar when it occurs on the Calendar? As it stands now, no matter where the user swipes the SlideView always handles it, and thus the user cannot swipe left/right to scroll through the Calendar, unless the Calendar is in the view that is in the first/last position inside of the SlideView.