This example illustrates how to automatically make all detail rows selected when selecting a certain master row. For this purpose, the MasterDetailSelectionHelper is created on the GridControl.ViewRegistered event. In this helper, GridView.MasterRowExpanded and ColumnView.SelectionChanged events are handled to control selection within detail views and their parent views.
↧