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 |
|
This is the example how DataGrid changes its height automatically, depending on the total height of the displayed rows. Look through the Grid’s pages in order to see how it works.
Use the AutoResize property to specify the way for DataGrid to be resized (if necessary) when data is loaded. When the property's value is WidthAndHeight, DataGrid displays data without scrollbars.
|