I’ve got a view that is categorized. The problem I’m having is when a user selects the row in the view that is just the category. If I could trap the event, I could automatically select the documents in that category. Unfortunately, the nuiview.documents property does not include category rows and the caretcategory property isn’t necessarily the row selected.
Subject: How can I trap the event of a user selecting a document?
Usually you trap to make sure a document is selected…perhaps you can do this, force them to select the first document and then build a collection based on this document selection?