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

Problem with back with RadJumpList in RadWindow

1 Answer 69 Views
JumpList
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dan
Top achievements
Rank 1
Dan asked on 21 Jan 2012, 12:54 AM
I've got a page with a RadWindow that has a RadJumpList in it with IsClosedOnBackButton=True. When I open up the window and click on a header to bring the group header picker and then hit back, it seems to dismiss the window altogether, but the original page doesn't render. The screen shows all black, but clicking around tells me that I'm clicking on elements in the main page.

Let me know if you can't reproduce and I can put together an example.

Any ideas of a workaround?

Thanks

Dan

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 25 Jan 2012, 04:35 PM
Hi Dan,

 Thank you for writing.
Please keep in mind that RadWindow does support a hierarchy of windows. The group picker is itself based on RadWindow. Pressing the back button closes both windows because RadWindow does not have a notion of a top most window, all window instances listen for back key press and close themselves accordingly.

I managed to reproduce the controls disappearing and it happens exactly because we do not support a window hierarchy. In order to work around this you have to set your window's IsFullScreen property to false, its WindowSizeMode property to FitToPlacementTarget and its PlacementTarget to your page. This way the window will stretch over the whole page but it will not hide the UI on your page. This UI hiding is implemented only in full screen mode as a performance improvement.

Finally, please reconsider your jump list in a window design, the jumpst list should usually be on its own page.
Please write again if you have more feedback or if you need assistance.

Regards,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
JumpList
Asked by
Dan
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or