i have a data grid in WPF. if i add a row, newly added row has to be selected by default.
in that newly added row first column cell has a combo box, for the same column drop down has to be enabled when a row added newly.
when a particular cell is selected from the data grid,The content in that cell should be displayed as selected item in the dropdown.
Please help me to fix this issue