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 causes an ASP.NET postback when a row is selected and raises a OnRowClick event on the server side. Click on any row to launch the server-side event.
- The AutoPostBackOnRowClick property specifies whether the control causes a postback to the server when a row is clicked.
- The AutoPostBackOnRowDblClick property specifies whether the control causes a postback to the server when a row is double-clicked.
- The HighlightSelectedRow property specifies the value indicating whether the selected row is highlighted.
- The method GetSelectedRow() returns the selected row.
- The property Selected specifies a Boolean value that indicates whether the row is selected.
|