pbEditable - cCJGridColumn
Specifies whether cells in the column can be edited
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbEditable
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbEditable to BooleanVariable |
| Write Access: | Set pbEditable to BooleanVariable/Value |
Description
A cell that is not editable can still receive the focus (but only by clicking on it, not via normal keyboard navigation). See also pbFocusable.
The grid's pbAllowEdit property must be True to allow any column's cells to be editable.