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 DataGrid which uses a Column Template with links for Update/Delete a row. The 'Insert' button is on the Bottom Bar. When user inserts or updates a row, DataGrid displays the Edit Form which is a User Control specified by the EditForm.Path property.
By using the dg.GetEditFormElement() method, any element on the Edit Form can be validated on the client side before sending off the content to a server.
Note. All changes are stored in the user's current session.
|