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 |
|
|
Set width & height:
|
|
You can set the DataGrid size by using the Width and Height properties in Code Behind.
The dg.SetGridWidth() and dg.SetGridHeight() methods enables you to set the width and height on the client side.
|