Ticket S20201
Visible to All Users

ASPxGridView - Implement virtual paging functionality

created 17 years ago

ASPxGridView needs to support virtual scrolling. This feature helps vertical scrolling- only the first page of results are loaded, and when the user scrolls down, the grid should use AJAX to load another page. If the user keeps scrolling down, then this process repeats. This is more user friendly than using the arrows at the button of the page.
An example can be seen here: http://www.telerik.com/demos/aspnet/Grid/Examples/Programming/WebMailGrid/DefaultCS.aspx
Proposed Solution:
Make a vertical scrollbar function exactly like the paging arrows at the bottom of the grid. When the user has scrolled through an entire page of records, use AJAX to load the next page.

Comments (1)
Andrew (DevExpress) 16 years ago

    The Settings.VerticalScrollBarStyle property has been added. enum GridViewVerticalScrollBarStyle { Standard, Virtual }.
    To enable this feature you will have to set Settings.VerticalScrollBarStyle to "Virtual" and Settings.ShowVerticalScrollBar to "true".
    Note:
    You may want to change Settings.VerticalScrollableHeight and SettingsPager.PageSize properties as well.
    Thank you,
    Andrew R&D.

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.