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 |
|
|
|
Please select a row by mouse click. The ClientSideOnRowClick property specifies the client-side code (applied to entire DataGrid) to be launched when a row is clicked. Property value can include variables $ComponentID$, $RowID$, $ColumnName$ and $CellValue$. Each variable is replaced to the corresponding value. The CellValue is received in encoded form. To decode value, use the unescape() JavaScript method.
The ClientSideOnRowDblClick property specifies the name of the client-side function to be called when a row is double-clicked.
The HighlightSelectedRow property specifies the value indicating whether the selected row is highlighted.
|