SimpleServerCollectionView

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

The SimpleServerCollectionView class supports CRUD operations on the server. Sorting, filtering, and paging are done on the client.

For a more detailed implementation, please see the ServerCollectionView sample.