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 example demonstrates usage of XSL template, which displays CheckBoxes in a Column.
When we check/uncheck the CheckBox, the client-side procedure named UpdateDB() calls the server-side procedure dg1_CallTheServer(), which updates current row in the Database.
Note. All changes are stored in the user's current session.
|