Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 5 results for DataPager.
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  Dec 22, 2009 (7 months ago)

    In this post Allan Muller is exploring how to use the DataPager.

    Pagination (DataPager) is a built-in control in Silverlight 3.0. You simply bind your data to the DataContext through a PagedCollectionView variable.

    PagedCollectionView is a class that could store collection of your data with IEnumerable interface. Through this class you are then able to use cool features such as sorting, filtering and paging functionalities.



  • 0 comments  /  posted by  Silverlight Show  on  Nov 17, 2009 (8 months ago)
    In this article Jeff Handley gives you valued information that might help you avoid the DomainDataSource DataPager PageSize Pitfall.
    During the PDC release milestone of RIA Services, we discovered an error from DomainDataSource when using AutoLoad="True" and when using a DataPager bound to the DomainDataSource’s Data property.  We found that when the PageSize property is specified on the DataPager and not on the the DomainDataSource itself, an exception would often (but not always) be thrown from DomainDataSource, indicating that a load could not be invoked while another load was in progress.  The reason for this will actually interest you most if you use AutoLoad set to False.
  • 0 comments  /  posted by  Silverlight Show  on  Nov 04, 2009 (8 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  May 14, 2009 (more than a year ago)
    At Lee's corner there is a short post about customizing the datapager in Silverlight in order to be able to change the pagesize after it is set and to be able to change the UI of the DataPager a bit.

    As there is no support for multibinding, I inherited DataPager added few properties  and was able to get it to work.  you should be able to change the number of rows displayed by changing the value in the TextBox next to “Show Rows:”. 

  • 4 comments  /  posted by  Martin Mihaylov  on  Mar 31, 2009 (more than a year ago)

    Introduction

    By now we have discussed the preparations around the project, how to add a DomainService that contains our business logic and combine it with the entity framework. If you have missed one of the previous articles you can find them here:

    Creating applications with .NET RIA Services Part 1 - Introduction

    Creating applications with .NET RIA Services Part 2 - Creating the project

    Creating applications with .NET RIA Services Part 3 - Adding a DomainService class

    As you know from the previous articles in order to demonstrate the features of the .NET RIA Services I am creating the Web Administration Tool from ASP.NET in Silverlight. In this article I am going to create the Manage Users page and add the functionality needed to visualize Data. For that purpose I will need the DataGrid control, the new DataPager control and the DomainDataSource that is a part of the .NET RIA Services framework.

    Here is a link to the live demo at this stage and the source code. Note that they will be updated with each article! ;)


Did you notice our new Silverlight-based Showcase section ? Check it out to get a bird's eye view of all showcases featured on SilverlightShow, with a quick thumbnail preview for easier browsing. Want to view the most recent showcases only? Use Group by Month option for a chronological listing.
This is the second redesigned, entirely Silverlight-based section in SilverlightShow, after the new Books section. We look forward to your feedback on both! (hide this)