:: Forum >>

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
Friday, March 9, 2007
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
Monday, March 12, 2007

This topic is archived.


Back to support forum

Forum search