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 |
|
|
|
Please click on the row to display the row ID.
In order to run commands 'update' or 'delete', or for other purposes, rows can be identified uniquely. Use the KeyFieldName property to set a name of column that identifies each row uniquely. Row indexes (0, 1, 2 ...) are used for uniqueness by default.
Important Note. The KeyFieldName property must be defined before calling the DataBind() method.
|