Show datagrid rowdetail template on click of DataGridCheckBoxColumn
I have a DataGrid bound to ViewModel. I want the first column to be checkbox in datagrid. If user clicks on checkbox column of any row, then I want to perform some processing and show another datagrid below that row.
Bookmarks