Click or drag to resize

CellsetCombo Method

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
Syntax
JavaScript
function setCombo(labels, values);

Parameters

labels
Type: string
values
Type: string
See Also