Completed
Last Updated: 05 Apr 2018 11:35 by ADMIN
Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
Completed
Last Updated: 05 Apr 2018 11:34 by ADMIN
RadSideDrawer causes RadListView to lose scroll position on navigating back.

Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
Unplanned
Last Updated: 29 Mar 2018 11:51 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: SideDrawer
Type: Bug Report
5
If a SideDrawer has gestures enabled, you cannot scroll DrawerContent in the same direction as the drawer. For example a ListView in DrawerContent when DrawerLocation="Bottom"

If the SideDrawer only uses gestures that begin outside the drawer, then this would prevent the conflict.
Unplanned
Last Updated: 29 Mar 2018 11:51 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: SideDrawer
Type: Bug Report
1
If the MainContent of the RadSideDrawer contains a Xamarin Forms Entry control, and the user enters a space into theEntry with the spacebar, the RadSideDrawer's Drawer will open unintentionally.

Code to reproduce:

<telerikPrimitives:RadSideDrawer DrawerLength="200">
        <telerikPrimitives:RadSideDrawer.MainContent>
            <Grid>
                <Entry VerticalOptions="Center" HorizontalOptions="FillAndExpand"/>
            </Grid>
        </telerikPrimitives:RadSideDrawer.MainContent>
        <telerikPrimitives:RadSideDrawer.DrawerContent>
            <StackLayout VerticalOptions="Start">
                <Button Text="A button" />
            </StackLayout>
        </telerikPrimitives:RadSideDrawer.DrawerContent>
</telerikPrimitives:RadSideDrawer>
Completed
Last Updated: 15 Mar 2018 14:30 by ADMIN
Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
Completed
Last Updated: 26 Feb 2018 09:51 by ADMIN
Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
Completed
Last Updated: 26 Feb 2018 09:51 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: SideDrawer
Type: Bug Report
1
Available in minor release 2017.2.0721. It will also be available in the R3 2017 release.
Completed
Last Updated: 19 Oct 2017 07:58 by Namysław
Exception stack trace: java.lang.ClassCastException: android.view.AbsSavedState$1 cannot be cast to java.lang.Boolean. Reported on Sony and Meizu devices

Edit: Avalable in R3 2017 SP release.
Unplanned
Last Updated: 19 Sep 2017 05:58 by ADMIN
1 2