I am working with the Datagrid grouping example here at MSDN. The code in the example uses an Expander to display child rows of a group. I don’t want to use an Expander in my code. I want to always display every row. How can I display the child rows in a grouped datagrid without using an Expander control?
Share
Instead of using Expander you can use Border.