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 |
|
APNSoft DataGrid Controls Suite 4.5
[ER:CM018] Unable to load data. Exception Details: Unable to load template for the column 'CategoryID'. Exception Details: The file '/Products/DataGrid/Templates/Categories.ascx' does not exist. |
This example demonstrates usage of ASCX template (User Control) used for displaying DropDowns with categories taken from the database.
When we select an item in the DropDown, 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.
|