Hi
Is there any way to show detail row as for MS Grid?
see example:
http://www.wpf-tutorial.com/datagrid-control/details-row/
Nice, thanks)
Hello Andrey,
Thank you for the example you have provided.
You can use Template Column Layout. When it is included in a column layout, an expansion indicator will appear for each row. Clicking on the expansion indicator expands the row to make the template visible; clicking on it again collapses the template.
Using this approach I have prepared a small sample application please find it as an attached file.