Floating r.a.d.window on page scroll (window stays visible during scrolling)

Thread is closed for posting
7 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 19 May 2006 Link to this post

     

    Requirements

    r.a.d.window version

    1.x

    .NET version

    1.x and 2.0

    Visual Studio version

    2002/2003/2005

    programming language

    JavaScript

    browser support

    all browsers supported by r.a.d.window



    PROJECT DESCRIPTION
    The script in the attached project keeps RadWindow in the lower right corner of the browser during page scroll. This is useful when you need to use RadWindow as a floating popup that stays on the page while scrolling. 
     
  2. CF773DD2-E117-45C2-9069-D0B60E8C3CED
    CF773DD2-E117-45C2-9069-D0B60E8C3CED avatar
    23 posts
    Member since:
    May 2008

    Posted 04 Jun 2008 Link to this post

    Hello, can you provide the code that would work with the latest version? Thanks.
  3. 8BB9A288-CE93-4B10-BF23-3264D546B625
    8BB9A288-CE93-4B10-BF23-3264D546B625 avatar
    2795 posts
    Member since:
    Sep 2012

    Posted 11 Jun 2008 Link to this post

    Hello Darius,

    Please find attached the modified code.

    Best wishes,
    Svetlina

    the telerik team
  4. BF3AC3D1-CCCE-4F3E-8370-0FEDA3079CAB
    BF3AC3D1-CCCE-4F3E-8370-0FEDA3079CAB avatar
    32 posts
    Member since:
    Apr 2003

    Posted 22 Mar 2009 Link to this post

    Hi,

    Could you post an updated version that works with Q1 2009? After upgrading  it stopped working.

    Thanks,
    Tim
  5. 93662917-1E03-49EC-9286-033C9D1BF79E
    93662917-1E03-49EC-9286-033C9D1BF79E avatar
    1406 posts
    Member since:
    May 2014

    Posted 25 Mar 2009 Link to this post

    Hi Tim,

    You need to change the CSS class name to .RadWindow and everything will work as expected:

    .RadWindow 
        positionfixed !important; 


    I hope this helps.

    Best wishes,
    Fiko
    the Telerik team

    Check out Telerik Trainer , the state of the art learning tool for Telerik products.
  6. D39D89CA-331E-4BDC-B2DE-757BAB1AE3BC
    D39D89CA-331E-4BDC-B2DE-757BAB1AE3BC avatar
    105 posts
    Member since:
    Jul 2008

    Posted 26 Feb 2010 Link to this post

    Does not work on my side : Version : 2009.3.1314.35
  7. 000585EE-7DFC-4C10-B6EB-448F2DA3AFB4
    000585EE-7DFC-4C10-B6EB-448F2DA3AFB4 avatar
    7207 posts
    Member since:
    Jul 2016

    Posted 01 Mar 2010 Link to this post

    Hello arnaud,

    Please make sure that you have changed the CSS selector (.RadWindow) like shown in Fiko's reply.


    Best wishes,
    Georgi Tunev
    the Telerik team

    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 Public Issue Tracking system and vote to affect the priority of the items.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.