🗃️ Providing, Inserting and Removing Data
3 items
🗃️ Editing and Validating Data
10 items
🗃️ Grouping Data
2 items
📄️ Sorting Data
Data items can be sorted by adding SortDescription objects to the SortDescriptions property of the DataGridCollectionViewSource or DataGridCollectionView to which a grid is bound, or directly through the Items property, and specifying the field name of the column by whose values to sort as well as the direction in which those values are to be sorted (see Example 1).
📄️ Filtering Data
The items that are displayed in a view can be limited to one or more filtering criteria using either the native CollectionView filtering or automatic filtering meaning that even if an item exists in the underlying data source, it is not necessarily displayed in the view.