DataGrid
Controls Suite 4.5 |
| Overview |
| Features |
| Reference Book |
| Live Demos |
| | Populating with Data |
| | Columns |
| | Rows |
| | Appearance & Layout |
| | Behavior |
| | Bottom Bar |
| | Application scenarios |
| | | Master/Detail Grids |
| | | CheckBoxes |
| | | DropDowns |
| | | Images |
| | | Update Panel |
|
Products: 77 | Product Categories: Beverages, Condiments, Confections. | Total: $2,222.71 Max: $263.50 Min: $2.50 | Total: 3119 | Max: 100 Min: 0 Avg: 10 |
A user might be interested in aggregate information, such as the average price, the total number of units in stock, etc. Such summary information can be displayed in the fixed (frozen) row. Fixed row remains visible at the bottom of the grid and does not scroll when the grid scrolls.
To add summary information to the column, use the Summary property. A column also includes auxiliary aggregate methods: Sum(), Average(), Minimum() and Maximum(). The .RowSummaryTABLE{} CSS class is used for customization.
|