ADDING BUTTON IN WPF DATAGRID
- by Ulhas Tuscano
Hi,
I want to create a datagrid control in WPF in which there is a button in the first cell of each row. Clicking this button will show RowDetailsTemplate or SubRow. My concern is How do i add a button which will show/Hide the RowDetailsTemplate ?????????
Any help will be greatly appreciated
Thanks