I am trying to make the DataGrid Editable , so that the user can edit the data dynamically and the changes can be saved in the data base.
I have tried multiple event like CellEditEnding , SelectionChanged , RowEditEnding etc. and i have also tried my hand on xaml code like Binding Mode = Two Way
But still nothing is working , plz help me out