This is a simple CRUD operation for Employee using WPF. Information is viewed in DataGridView. Update and delete will work on double click of entry in a datagridview i.e. Mouse Double Click. Stored ...
In WPF Desktop App - Episode 4, we learn how to subscribe to the row double click event, how to make rows read-only, how to hide the new row, and how to center a window in the middle of the screen. We ...