Grid/Tabular View
By default, the DevExpress WPF Grid Control presents bound data in a standard tabular format where columns represent data fields and rows represent data records. 
This view typs supports numerous data management and layout customization features, including the following:
- Unlimited data sorting and grouping, both programmatically and via its runtime UI.
- Data filtering, both programmatically and via its runtime UI.
- Totals and group summary calculation, both programmatically and via its runtime UI.
- Microsoft Outlook style New Item Row.
- Embedded cell editors from the DevExpress WPF Editors Library.
- Cascading data updates support.
- UI virtualization and per-pixel vertical scrolling.
- Microsoft Excel style Frozen Columns.
- End-user column resizing and reordering via drag and drop.
- Column best width calculation by double-clicking a column's right edge.
- Microsoft Outlook style Column Chooser window.
- Microsoft Outlook style Preview Sections implemented via row templates.
- Customizable grid lines.
|