Quote Originally Posted by Arjay View Post
There a a few approaches. One is you bind the ui list to your underlying list collection. The the click can access the current item in the list. If you aren't binding, then when you insert the ui list rows from the list collection, add a tag with the index to the current list position. When a click occurs, retrieve the tag value and use it to retrieve the item.
Sounds like binding the ui list to the collection is the more concise approach. I've done some binding of data before, but I don't know if it's what you're referring to.

This topic has sort of deviated from the original title...should it be moved into a new thread to accommodate the new topic of interest?