Well I figured a workaround for my needs. The following code works, but I am
not sure how safe it is.
data[i]._selected = true;
listview.getPane().getManager()._selectedItems.add(data[i]);
where 'data' is the data array for the listview.
--
View this message in context:
http://www.nabble.com/L
I am having a problem in setting an item in a ListView to the selected state.
Can anyone help ?
--
View this message in context:
http://www.nabble.com/ListView-selection-t1258230.html#a3336829
Sent from the qooxdoo-devel forum at Nabble.com.