Unplanned
Last Updated: 27 Jan 2023 14:04 by Giovanni Rojas

When the IsOpen is set initially to true, on iOS the main content overlay does not display:

Unplanned
Last Updated: 24 Aug 2021 11:02 by ADMIN
When Custom control with bindable property is added to the SideDrawer and OnBindingContextChanged is overridden inside the custom control -> OnBindingContextChanged is invoked after the OnPropertyChanged method. 
Completed
Last Updated: 24 Feb 2021 13:39 by ADMIN
Release R1 2021 SP1

We have created dynamic menu for drawer, menu is opening drawer dynamically from Left and Right side Location both sides.

 

When I tap that navigation menu first time then its opening from left side instead of right side, now when i tap that again then its opening from right side as per requirement. 

Unplanned
Last Updated: 14 Jan 2020 15:52 by ADMIN
I have come across some strange behaviour of the RadSideDrawer component. On Android, everything works fine. On iOS however, the side drawer opens only when navigated to the containing page for the first time. when we have a button inside the drawer content and navigate through it to another page, then back to page where sidedrawer is positioned, the drawer content could not be open.
Unplanned
Last Updated: 30 Jan 2019 08:00 by ADMIN
When you hold and move in the drawer content, in order to use the default gesture to close the sidedrawer in Android, the events do not propagate to the children elements in the content. 
Completed
Last Updated: 31 Jan 2019 15:51 by ADMIN
When IsOpen is changed and the animation of the SideDrawer is triggered, interrupting that animation will make the property behave inconsistently. 
Completed
Last Updated: 04 Oct 2019 14:43 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
ADMIN
Created by: Lance | Manager Technical Support
Comments: 2
Category: SideDrawer
Type: Bug Report
1
When using OneWay mode binding for RadSideDrawer.IsOpen property, the drawer doesn't open when changing the view model property value.

XAML Implementation

<primitives:RadSideDrawer  IsOpen="{Binding IsOpen}">


ViewModel Property Implementation:

private bool isOpen = true;
public bool IsOpen
{
     get { return isOpen; }
     set { SetProperty(ref isOpen, value); }
}



WORKAROUND:

Changing the binding to TwoWay mode will make it work, for example:  IsOpen="{Binding IsOpen, Mode=TwoWay}"
Completed
Last Updated: 17 Sep 2018 13:07 by ADMIN
A Java.Lang.IllegalStateException: The specified child already has a parent error is thrown when changing the MainContent or DrawerContent properties runtime

Available in R3 2018 release.
Unplanned
Last Updated: 04 Sep 2018 11:15 by ADMIN
RadSideDrawer does not take correct size when the screen is resized/rotated.
Unplanned
Last Updated: 17 Jul 2018 12:50 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 5
Category: SideDrawer
Type: Bug Report
2
Use the following code deployed to UWP to reproduce. Observe the following:

- Inability to interact with the Button (unless you move the button outside the invisible gesture detection area)
- Gestures are still active even though they're disabled

<telerikPrimitives:RadSideDrawer DrawerLength="400"
                                     AreGesturesEnabled="false"
                                     DrawerLocation="Bottom"
                                     DrawerTransitionType="SlideInOnTop"  
                                     DrawerTransitionDuration="0.2"
                                     IsOpen="False">
        <telerikPrimitives:RadSideDrawer.DrawerContent>
            <StackLayout VerticalOptions="FillAndExpand"
                         BackgroundColor="GreenYellow">
                <Label Text="DrawerContent"
                       VerticalOptions="FillAndExpand"/>
            </StackLayout>
        </telerikPrimitives:RadSideDrawer.DrawerContent>
        <telerikPrimitives:RadSideDrawer.MainContent>
            <Grid BackgroundColor="LightBlue">
                <Grid.RowDefinitions>
                    <RowDefinition Height="*"/>
                    <RowDefinition Height="Auto"/>
                </Grid.RowDefinitions>
                
                <Label Text="Demo"
                       VerticalOptions="Fill"/>
                
                <Button VerticalOptions="End"
                        HorizontalOptions="Fill"
                        Text="Click Me!"
                        Clicked="Button_OnClicked"
                        BackgroundColor="LightGray"
                        FontSize="12"
                        HeightRequest="20" 
                        Grid.Row="1"/>
            </Grid>
        </telerikPrimitives:RadSideDrawer.MainContent>
    </telerikPrimitives:RadSideDrawer>
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: 21 Jun 2018 13:34 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: SideDrawer
Type: Bug Report
0

			
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: 19 Jun 2019 12:45 by ADMIN
Release R2 2019 SP1
The scenario in which the issue is reproducible is when one of the tabs of a RadTabView contains a RadSideDrawer. Switching the view a couple of times causes an exception to be thrown when trying to open the tab that contains the RadSideDrawer. 

The issue is reproducible in UWP and Android.

Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
Unplanned
Last Updated: 29 Mar 2018 11:51 by ADMIN
ADMIN
Created by: Lance | 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.
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 | 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>
1 2