Data Sorting
XtraGrid Views support the following data sorting features:
- Sorting Against Unlimited Number of Fields
XtraGrid allows programmatic or end-user sorting against an unlimited number of fields in ascending or descending order.
- Sorting by Cell Display Values
Data can be sorted by a cell's display value rather than its actual value. This is extremely useful if you use embedded editors like the ImageComboBoxEdit or LookUpEdit.
- Custom Sorting Algorithms
Implement your own sorting algorithm by handling specially designed events.
- Immediate or On-Demand Row Position Update
You can choose whether editing a sorted column's cell results in an immediate row position update. If immediate update is disabled, end users must press the F5 key to refresh the sort order.

|