TelerikRadGridView¶
Telerik RadGridView.
UI element class: Telerik.WinControls.UI.RadGridView
Extends ManagedDataGridView
Extends SeSSimulatedObject
Behavior Pattern: TelerikGridViewBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
Cell | Text of the specified cell. | GetCell | |
ColumnCount | Number of columns in the table. | GetColumnCount | |
ColumnName | Caption of a column. | GetColumnName | |
RowCount | Number of rows in the table. | GetRowCount | |
SelectedCell | Selected Cell | GetSelectedCell | |
Text | Text of the currently focused cell. | GetText |
Action Summary¶
Action | Description |
---|---|
DoClickCell | Clicks the specified cell |
Property Detail¶
Cell¶
Text of the specified cell.
Getter Parameters:
Name | Type | Description |
---|---|---|
row | number | Zero-based index if the row. |
col | number | Zero-based index of the column. |
Type: string
Accessors: GetCell
ColumnCount¶
Number of columns in the table.
Type: number
Accessors: GetColumnCount
ColumnName¶
Caption of a column.
Getter Parameters:
Name | Type | Description |
---|---|---|
col | number | Zero-based index of the column. |
Type: string
Accessors: GetColumnName
RowCount¶
Number of rows in the table.
Type: number
Accessors: GetRowCount
SelectedCell¶
Selected Cell
Type: object
Accessors: GetSelectedCell
Text¶
Text of the currently focused cell.
Type: string
Accessors: GetText
Action Detail¶
DoClickCell¶
Clicks the specified cell
DoClickCell(row, col)
Parameters:
Name | Type | Description |
---|---|---|
row | number | Zero-based index if the row. |
col | number | Zero-based index of the column. |
Returns:
boolean: 'true' if successful, 'false' otherwise