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. 

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: 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.
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: 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.
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.
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.