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: 16 Nov 2018 14:50 by Dev
ADMIN
Created by: Nikolay Demirev
Comments: 1
Category: SideDrawer
Type: Feature Request
5
On UWP this can be achieved if you set double.NaN as a value of the DrawerLength property and on Android this achieved by setting 0 as a value of the DrawerLength property. On iOS is not supported at all.
Completed
Last Updated: 14 Feb 2023 15:06 by ADMIN
Release R1 2023
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: SideDrawer
Type: Feature Request
5
We should consider exposing a property that will leave the side drawer opened even when you click on the main content. 
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
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.
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: 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.
Declined
Last Updated: 14 Dec 2020 08:38 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 18
Category: SideDrawer
Type: Feature Request
26
Currently only Views can be hosted in the MainContent. If users can host Pages the RadSideDrawer could be used as root navigation component. This will allow customers to define the RadSideDrawer once throughout the application.
1 2