On the server, CollectionView internally handles sorting, paging, filtering requests by data bound controls. In addition, it provides the server-side CollectionViewHelper class, which is a service that enables collections to have reading, editing, filtering, grouping and sorting ability, similar to .Net ICollectionView. Furthermore, it allows you to perform CRUD operations and BatchEdit actions as well.
In this section, you learn about the following server-side operations that can be performed using CollectionView.