ServerCollectionView

This sample implements a ServerCollectionView class that extends the base CollectionView to show how you can connect that to server data.

The ServerCollectionView class supports sorting, filtering, and paging on the server.

For a more detailed implementation, please see the ODataCollectionView code.