Ticket T1285427
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

Grid with Title View and Details

Master/Detail Rows with TileView

created 4 days ago

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?

Answers approved by DevExpress Support

created 4 days ago

Hello Brian,

Unfortunately, TileView cannot be used as the master View in a master-detail grid. As an alternative, you can use LayoutView as your master View and show cards instead of tiles. We shared an example of this approach in the following help topic: WinForms Data Grid - Use the Layout View as a master View in master-detail mode.

Alternatively, you can handle the TileView.ItemClick event and show a custom form that contains a GridControl with data according to the tile/row that was clicked.

Let me know if this works for you.

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.