This is a migrated thread and some comments may be shown as answers.

WinPhone 8.1 - Problem with RadSideDrawer

4 Answers 187 Views
SideDrawer
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ana
Top achievements
Rank 1
Ana asked on 07 Sep 2015, 11:47 AM

Hello,

 We have problems implementing both left and right side drawers at the same page. It all works fine on Emulator, as you can see in pictures attached, but when we deploy it on Device (Lumia 640 XL) right side drawer is always shown as same width, as it does not look at the specified width. It is a Native Shared Application, and .xaml code used for main page is below

<Page
    x:Class="NativeSharedAppTest.WinPhone.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:NativeSharedAppTest.WinPhone"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:Primitives="using:Telerik.UI.Xaml.Controls.Primitives"
    mc:Ignorable="d"
    Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

    <Grid x:Name="RootLayout" >
        <Primitives:RadSideDrawer x:Name="LeftSideDrawer" TapOutsideToClose="False" DrawerButtonHorizontalAlignment="Left" HorizontalAlignment="Stretch" VerticalAlignment="Top" DrawerLocation="Left" >
            <Primitives:RadSideDrawer.DrawerButtonStyle>
                <Style TargetType="Button">
                    <!--<Setter Property="Visibility" Value="Collapsed" />-->
                </Style>
            </Primitives:RadSideDrawer.DrawerButtonStyle>
            <Primitives:RadSideDrawer.MainContent>
                <Primitives:RadSideDrawer x:Name="RightSideDrawer" Loaded="RadSideDrawer_Loaded" TapOutsideToClose="False" DrawerButtonHorizontalAlignment="Right" HorizontalAlignment="Stretch" VerticalAlignment="Top" DrawerLocation="Right" >
                    <Primitives:RadSideDrawer.DrawerButtonStyle>
                        <Style TargetType="Button">
                            <!--<Setter Property="Visibility" Value="Collapsed" />-->
                        </Style>
                    </Primitives:RadSideDrawer.DrawerButtonStyle>
                    <Primitives:RadSideDrawer.MainContent>
                        <Grid Background="Green">
                            <TextBlock Text="Main Content" />
                        </Grid>
                    </Primitives:RadSideDrawer.MainContent>
                    <Primitives:RadSideDrawer.DrawerContent>
                        <Grid Background="Blue" Width="350" >
                            <TextBlock Text="Right Content" />
                        </Grid>
                    </Primitives:RadSideDrawer.DrawerContent>
                </Primitives:RadSideDrawer>
            </Primitives:RadSideDrawer.MainContent>
            <Primitives:RadSideDrawer.DrawerContent>
                <Grid Background="Yellow" Width="350" >
                    <TextBlock Text="Left Content" />
                </Grid>
            </Primitives:RadSideDrawer.DrawerContent>
        </Primitives:RadSideDrawer>
    </Grid>
</Page> 

 

 Thanks

4 Answers, 1 is accepted

Sort by
0
Vladislav
Telerik team
answered on 11 Sep 2015, 08:29 AM
Hi Ana,

I am sorry for the late reply.
We weren't able to test this issue on the specified device and we weren't able to reproduce it on a number of other devices. We however will continue to try and will back to you as soon as we have some additional info.

Regards,
Vladislav
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Vladislav
Telerik team
answered on 15 Sep 2015, 11:54 AM
Hi Ana,

Unfortunately we weren't able to reproduce the described issue on any device. Is it possible to send us some additional information regarding it? For example - did you experience it on any other device? What is the exact version of the WindowsPhone OS, where the issue manifests itself? Basically anything that could help us to reproduce it.

Thank you in advance.

Regards,
Vladislav
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Ana
Top achievements
Rank 1
answered on 15 Sep 2015, 03:36 PM

Hi Vladislav,

 

Thanks for reply.

Is there a possibility to send you project example?

 

Regards,

Ana

0
Vladislav
Telerik team
answered on 16 Sep 2015, 01:22 PM
Hi Ana,

You can open a support ticket, where you can attach an example project, demonstrating the issue.
Also answering the questions from below (exact WindowsPhone OS version, and device models) will help us.

Regards,
Vladislav
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
SideDrawer
Asked by
Ana
Top achievements
Rank 1
Answers by
Vladislav
Telerik team
Ana
Top achievements
Rank 1
Share this question
or