Skip to content

pbVDFEditControl - cCJGridColumn

Determines whether to use a DataFlex edit control or the built-in Codejock edit control to edit the column's cell data

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

Syntax

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

Description

If set True (the default), the column will use a DataFlex edit control to edit the column's cell data. This is required if the column is using a DataFlex edit mask (see psMask), as the Codejock edit control does not support DataFlex masks.

If set False, the column will use the built-in Codejock edit control.

If the column is using a combo-list, then this property is ignored and the built-in Codejock edit control is always used.