Dynamically fills the combobox for current cell with labels and
values (separated by grid delimiter). Used in the OnEditCell
event handler on type=0 event.
Namespace:
Aras.Client.Controls.Public
Syntaxfunction setCombo(labels, values);
Parameters
- labels
- Type: string
- values
- Type: string
See Also