You filter data by setting the Filter property to a string expression that returns the desired records.
You sort data by setting the Sort property to the column name you want to sort on; append DESC to sort in descending order, or append ASC to sort in ascending order.
To filter data using a BindingSource component
To sort data using a BindingSource component
Concepts
Other Resources