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 ASCX template (User Control) used for displaying additional data taken from the database for each record. ASCX Template is most flexible because it allows developer to organize and format column data by using the preferred programming language (C# or VB.NET). Please use the Template property to specify the template for a column.
|