3.2.0

combo popup control

i am trying to find out how to control the item highlighted in a combo box popup, any ideas?
i was trying

this.setCurrentRow(i);
     this.setSelectedRow(i);


and

this.getPopupTemplate.setCurrentRow(i);
     this.getPopupTemplate.setSelectedRow(i);


with no luck.
Ryan Garabedian
October 10,

This topic is archived.

See also:


Back to support forum