I'm attempting to display a view with Parent, Response and Response to Response documents in a hierarchy in a view control placed on an XPage. I have not categorized any of the columns. However I'm having an issue getting the twisties to display properly. Here's the view layout:
Organization|Contact Name|Contact Phone|Conversation Date|Contacted By
Organization contains the name field from the parent document
Contact name contains the name field from a child of Organization
Contact phone contains the phone field from a child of Organization
Conversation Date contains the date field from a child of Contact
Contacted By contains the contactedby field from a child of Contact
So, I want to end up with the following (I used > to indicate twisties)
>Organization
>Contact Name | Contact Phone
Conversation Date | Contacted By
This shows up correctly in the notes client, however using a view control with the Organization and Contact Name column set to indent responses it shows like so (also see the screen shot):
>Organization >
> >Contact Name | Contact Phone
Conversation Date | Contacted By
So, are there any articles somewhere that describes the best way to display a complete response hierarchy using an XPages View Control?