Hi,
I have a WPFToolkit DataGrid Control. The user should be able to toggle row details for individual rows. Details can be open for multiple rows at the same time.
To display or hide row details the user has to check or uncheck a checkbox within the first grid column.
How can I make the grid show or hide row details using a checkbox column?