I'm using WPF C# and Entity Framework
I want to insert,delete,update directly in DataGrid in wpf project without anything else , just using DataGrid and KeyDown Event
So when insert or updating data in the cell after users press enter button or Tab button check the conditions for duplication next do it Save
Like this: