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

Radwindow scroll issue

1 Answer 68 Views
Window
This is a migrated thread and some comments may be shown as answers.
Asif
Top achievements
Rank 1
Asif asked on 20 Oct 2011, 11:26 AM
Dear Support

I have an Radwindow as an popup on one of the aspx page. When the user scroll down the page the popup should also stuck to the bottom of the screen and the user can scroll down the page.
While scrolling down the popup should be in front and user will scroll the page up & down. and pop-up will remain on the bottom of the screen

Please find the attached screen shot. If I am able to understand issue.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 24 Oct 2011, 09:36 AM
Hi Asif,

You can use the RadWindow's Pin command - for example set the  InitialBehaviors property to Pin. More information on that is available in this help article. Please note that this affects only the first showing of the RadWindow. For later ones you can use its client-side API and more precisely the isPinned() and togglePin() methods. You can also examine this code library which shows an approach with overriding CSS rules. Note it was created for an old version of the controls and you also need to examine all later posts.


Regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Window
Asked by
Asif
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or