Dataview select by value

Hi,

Is it possible to select a cell in a dataview by its value through the API? I.e. view.select(#container#, value)?

Hi,

select(id) method can take only item id as parameter. You can loop though dataview items to find one that you need (that “container” property == value).