How can we Use a DataGrid in WPF to show/update/add/delete records in a Table? I have watched/read and tried many tutorials, but I can’t find a single, easy to understand tutorial on how to bind data with a remote database.
I can’t seem to find anything like this.
Well, if you want to use Linq2Sql (less difficult to learn than EntityFramework) try a tutorial like this one:
http://www.codeproject.com/KB/WPF/WPFDataGrid.aspx
or
http://www.codeproject.com/KB/WPF/WPFDataGridExamples.aspx
And you will do fine.