Dynamic Data

Description

The C1ComboBox supports adding dynamic data to the C1ComboBox on the client.

The DynamicData setting is allowed if the data option is set to an array of label/value pairs.

For example: [{label:'delphi', value: 'delphi'}]

Setting this option replaces the contents of the dropdown with the new values.

Documentation