Explain how to filter and sort data with the DataView component.One of the ways to sort and filter data is to use the ‘select’ method. However, our focus is on the DataView object.
A data view can provide a filtered and sorted view of the data in the table.
The advantages of using the DataView Component are:
- DataView can be configured at design time as well as run time. - DataView can even be bound to the controls. - The data can be viewed in the desired format using the DataView.
|