How did you get the data to begin with to populate the picker? I can't give too concrete of an answer because I don't know what you are doing. But in general I assume you are reading some data from a database to populate your pick view data model. Save enough info in that data model so that when a user picks a row from a component, you can grab enough data from the model to do whatever further query you need from the database.
|