A paged-on-demand IPagedCollectionView example where chunks of a known total are loaded as requested

Thread is closed for posting
1 posts, 1 answers
  1. Answer
    A79D3CD2-82DF-4672-A936-9693E594BF28
    A79D3CD2-82DF-4672-A936-9693E594BF28 avatar
    169 posts
    Member since:
    Apr 2008

    Posted 22 Sep 2010 Link to this post

    Requirements

    RadControls version

    2010.1.812.1030
    Silverlight version

    3
    Visual Studio version

    2010
    programming language C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION

    This is an extension of the Telerik EndlessPagedCollectionView example where the total number of objects is known ahead of time, but each page is loaded on-demand.  In my real application, the on-demand loading is via a WCF asynchronous API, but in this example, it is loaded on a DispatchTimer with a delay to simulate the WCF overhad and asynchronous callback.
Back to Top

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