|
DataGrid
Controls Suite 4.1 |
 | 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 |
|
On this example the DataGrid allows the user to modify a record right in the Grid's area.
When the cell of the selected row is clicked, it is transformed into Input Box for editing the value. To enable the Cell Editing feature for a Grid you should set the CellEditingEnabled property value to True. The Column's CellEditingEnabled property is used to disable the Cell Editing for specific column. The server-side event CellValueChanged occurs when the cell value is changed. Input Box for editing can be customized by using the .CellInputBox{} CSS class, which is in the Skin's CSS Style (Style.CSS).
Note. All changes are stored in the user's current session.
|