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
and
with no luck.
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,