Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 7 results for Paging.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  May 31, 2010 (3 weeks ago)
    Tags: Paging , OData , RX Extensions , Silverlight 4 , Michael Washington
    Michael Washington has published this simple Silverlight 4 example using OData Paging and RX Extensions.

    This article picks up from where the Simple Silverlight 4 Example Using oData and RX Extensions ends. This article implements paging. It also showcases some fancy RX Extensions code created by Dave Sexton (http://davesexton.com/). However, it is a bit ironic that Dave Sexton was not that happy with the code (even though I felt it was so perfect it was suitable for framing).



  • 0 comments  /  posted by  Silverlight Show  on  May 13, 2010 (1 month ago)
    In his latest video tutorial Victor Gaudioso explains how to load new pages into a Silverlight website.

    Toaday I got a comment from a blog reader named Fracisco…I think he wanted to know how to load new pages into a Silverlight website.  Just for him, and because I think many of you have the same problem, I made a video tutorial where I show you how to:

    1. Create a Content Holder UserControl;

    2. Make two pages called HomePage and AboutUs;

    3. In App.xaml load ContentHolder instead of MainPage.xaml (the default action of a SL app) [...]

  • Architecting SL4 Apps with RIA Services, MEF and MVVM - Part 4

    0 comments  /  posted by  Ivan Dragoev  on  Jan 03, 2010 (5 months ago)
    In part 4 of his three-part series on architecting with RIA Services, Shawn Wildermuth demonstrates paging and IsDirty scenarios.

    In the last part of the series, I thought I was done with the example and some of my readers challenged me to help them understand how to handle Add/Delete scenarios. Since I was at it, I figured I should show paging and IsDirty scenarios as well, I decided to make a part four. 

  • Silverlight 3 Sorting and Paging

    0 comments  /  posted by  Silverlight Show  on  Nov 04, 2009 (7 months ago)
    Vincent Leung suggests you some ways to do sorting and paging in Silverlight 3 using DomainDataSource and DataPager.

    Silverlight 3 includes PagedCollectionView class, which provides UI-level grouping, sorting and paging functionality for any data source that implements the IEnumerable interface. This works as long as all the data that you need to sort, page are already fetched to the client which could be a slow process and can potentially consumed lots of memory on the client-side. A better solution is to provide Server-side sorting & paging. 

  • 0 comments  /  posted by  Silverlight Show  on  Oct 02, 2009 (8 months ago)
    This post updates the custom sorting technique that Manish Dalal originally posted for Silverlight 2 and adds paging support.

    Silverlight 3 includes PagedCollectionView class, which provides grouping, sorting, and paging functionality for any data source that implements the IEnumerable interface. This works as long as all the data that you need to sort (and/or page) is already fetched to the client. However when you are retrieving only a limited set of data from the server at a time, you need an alternative solution that does sorting on the server.

  • 0 comments  /  posted by  Silverlight Show  on  Aug 25, 2009 (10 months ago)
    Page Brooks explains how to display a series of items each containing a header and an variable number of child items. 

    By itself, this is a fairly trivial problem to overcome, however, I had a few additional constraints that change the nature of the problem completely.

    Constraint #1: Instead of scrolling, the layout must display whatever possible in the available height, and the remaining items should appear on subsequent pages.

    Constraint #2: Each item will consist of a header and a variable number of sub items.  If there is no remaining space to display sub items on the current page, the items should appear on the next page, along with the appropriate header. [...]

  • 0 comments  /  posted by  Silverlight Show  on  Apr 28, 2009 (more than a year ago)

    Maurice de Beijer demonstrates how to use the DomainDataSource in the .NET RIA Services app.

    Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method to use to load the data from the web service(in this case LoadCustomers).


Help us make SilverlightShow even better. Whether you'd like to suggest a change in the structure, content organization, section layout or any other aspect of SilverlightShow appearance - we'd love to hear from you! Need material (article, tutorial, or other) on a specific topic? Let us know and SilverlightShow content authors will work to have that prepared for you. (hide this)