3.2.0

Getting Combo Values Fails

It seems that the combo control only updates the Text in the grid cell and not the Value.

var combo = new AW.UI.Combo;
combo.setItemText(['Completed','InProgress']);
combo.setItemValue(['41','42']);
combo.setItemCount(2);
obj.setEditorTemplate(combo,5);


Even though I store the values as part of the combo control, when I do a obj.getCellValue(5,row), I only get the text after selecting one of the items from the list.
Rick Villela
December 14,
Yep, I agree, it behaves like this and is a problem to me too!!!
Lucas
December 15,
Right now the combo control is not complete. Wait until it is finished and re-test to see if this issue goes away.
Jim Hunter
December 15,
Has this been solved? or does anybody know a workaround? Because I have the same problem....

Thkx,

Jose Luis (Spain)
January 11,
There has not been an update since my post 3 weeks ago. You will need to wait until a new beta is released. In beta 3, the Combo control is not finished.
Jim Hunter
January 11,

This topic is archived.

See also:


Back to support forum