The answer must be easy, but I have been unable to find it.
I have a grid with 3 GridViews. They are:
Main: Events
Child 1: Technicians
Child 2: Steps
When using normal GridViews, the grid populates with the Events, then a box with a plus symbol I can click to expand the details (Technicians and Steps) below it.
I've converted the main GridView to a TileView and have created the layout so I can see the Event data in tiles. However, there is nothing to click to expand the detail GridViews below it. The small box with the plus that you click to expand doesn't show up in TileView, only in GridView. How do I enable this to be able to expand the detail rows beneath the main tile?