RadGrid scrolling with predefined step

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

    Posted 14 May 2013 Link to this post

    Requirements

    RadControls version 2013.1.417.40
    .NET version 3.5/4.0/4.5
    Visual Studio version 2010/2012
    programming language C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION

    This project shows how to move the horizontal and vertical scroll bars of the RadGrid with given by a developer step.
    Horizontal scrolling: Into the example upon each click on the horizontal scrollbar, the RadGrid scroll is moved with 2 columns left or right. By changing the javascript numberOfScrolledColumns property the developer can set the step of the horizontal scrolling, such as 4 columns per click, 10 columns, etc.
    Vertical scrolling: Upon each click on the vertical scrollbar, the RadGrid vertical scroll is moved 2 rows up or down. By changing javascript numberOfScrolledRows property the developer can set the step of the vertical scrolling, such as 4 rows per click, 10 rows, etc.


Back to Top

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