Как легко вставить и обновить данные непосредственно в datagrid WPF с автоматическим сохранением?
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 What I have tried: Like this : <a href="https://i.stack.imgur.com/SEDZy.gif">https://i.stack.imgur.com/SEDZy.gif</a>
Sandeep Mewara
И где вы застряли, когда попытались?
Gerry Schmitz
Это ситуация, когда есть другие "более простые", лучшие решения, но вы просто "хотите" сделать это по-своему без особой причины. В данных обстоятельствах это никого не волнует.