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

RadWindow visibility issue

1 Answer 91 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ionut
Top achievements
Rank 1
Ionut asked on 17 Aug 2011, 11:17 AM
Hello,

I have an issue when opening a RadWindow in a scene which has a RadJumpList. If the list is long (scroll needed) and it isn't scrolled/clicked (like the first time the scene/view is opened) and i open the window it isn't visible, like it would be on another layer under the RadJumpList.

When I hit back I see the window closing, or if i try scrolling the window appears and its content scrolls.

this issue isn't present if i first scroll the content in the RadJumpList (or it hasn't that many elements to scroll) and than open the radwindow.

tried different things: focusing the window and the list, visibility settings, isfullscreen modes of the window....

code:
<!-- these are in layoutroot -->
<telerikPrimitives:RadWindow Name="sortWindow" IsOpen="False" WindowSizeMode="FitToPlacementTarget">
<StackPanel Orientation="Horizontal" Background="Black"
[...]
</StackPanel>
</telerikPrimitives:RadWindow>

<
telerikDataControls:RadJumpList Foreground="Black" EmptyContent="Add an item to begin" ItemTap="List_ItemTap" MouseLeftButtonUp="List_MouseLeftButtonUp" GroupHeaderTemplate="{StaticResource JumpListGroupHeaderTemplate}" ItemTemplate="{StaticResource ListItemTemplate}" IsAsyncBalanceEnabled="True" Margin="0" x:Name=myList" CacheMode="BitmapCache"/>

                    
opening the window is done like this:
sortWindow.PlacementTarget = LayoutRoot;
sortWindow.IsOpen =
true;



any hints/ideas?

Thanks,
Ionut

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 22 Aug 2011, 03:08 PM
Hello Ionut,

 Thank you for writing.
I am afraid that I could not reproduce the behavior that you described.
Please send a small sample application that demonstrates the issue.
I am looking forward to your reply.

All the best,
Victor
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Window
Asked by
Ionut
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or