3.2.0

another combo question !!!

hi all

i have a grid, with a collumn with combo box.
I want to load different values for each combo

how can i do that ???

Thanks in advance

Nuno Silva
Nuno Silva
March 9,
ok, i've got it, i have to specify the row also..

var listPesos = new AW.UI.List;
listPesos.setItemText(temp);
listPesos.setItemValue(temp);
listPesos.setItemCount(temp.length);
objAtletasSeleccionados.setPopupTemplate(listPesos,3,AtletasSeleccionadosGridData.length-1);

now, when i delete a row, values of the combos are not updated, so i would like to know, how to copy the combo value from one combo for another, so i can update the values manually.

Nuno Silva
March 12,

This topic is archived.

See also:


Back to support forum