Support Column to use Combo List or Checkbox control


Version: 2020

Type: Features

Category: Miscellaneous

Subcategory: Origin Workspace

Jira: ORG-18889


wks.col.edit

Adds to each cell in the column, one of the following:

1 = unselected check box
2 = list box (not editable)
3 = combobox (editable).

0 = Remove controls

wks.col2.edit=2; //add list box to column 2
wks.col2.edit=0; // remove list box from column 2