Hello, I have a list with listitems that are lazily generated from a datapath. I need to programatically select a list item given a value. How do I do so?
I cannot use selectItem(), as that is not available with dataoption='lazy.' I have a pointer to the dataElement that I want to select. But I cannot figure out how to get the view corresponding to that dataElement. Thanks, David
