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

radwindow open in right bottom of the page..

3 Answers 192 Views
Window
This is a migrated thread and some comments may be shown as answers.
priya nallaperumal
Top achievements
Rank 1
priya nallaperumal asked on 03 Jan 2011, 08:58 AM
hello!
i want to open a radwindow in right bottom of the page. then it retains the same position when i scrolling down or up the page. anybody please help me.
thanks.
priya.

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Jan 2011, 07:57 AM
Hello Priya,


Add the following CSS on page and set the Top and Left properties accordingly to get the appearance.

CSS:
<style type="text/css">
    .RadWindow_Default
    {
        position: fixed !important;        
    }
</style>



-Shinu.
0
priya nallaperumal
Top achievements
Rank 1
answered on 04 Jan 2011, 12:51 PM
Hi !
thanks for your reply. it open the right bottom of the page.
i want to retains the position of the window to be same while page scrolling.

thanks.
priya.
0
Fiko
Telerik team
answered on 05 Jan 2011, 05:02 PM
Hi Priya,

I believe that this code library will be of the for you

All the best,
Fiko
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Window
Asked by
priya nallaperumal
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
priya nallaperumal
Top achievements
Rank 1
Fiko
Telerik team
Share this question
or