Skip to content

pbComboEntryState - cCJGridColumn

Determines whether cells with a combo list allow users to edit the cell's value, or only select a value from the combo list

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbComboEntryState
Access Type Syntax
Read Access: Get pbComboEntryState to BooleanVariable
Write Access: Set pbComboEntryState to BooleanVariable/Value

Description

If False, then you can only choose from the drop-down list of combo items added.

If True, then you can type a custom value that is not listed in the list of combo-items.

Set pbComboButton to True to enable combo list selection for a column. Send ComboAddItem to add values to the column's combo list.