In WPF I need to Add/Delete/Update any chosen table’s data in SQL server 2008 database, I am thinking of using DataGrid control and bind the chosen table to do it, So any recommended Control to Choose from frame work 4.0? I appreciate your help.
Share
I had success but not very clean (WPF Data Grid requires SQLCommandBuilder help to Insert/update/Delete & the table require primary key but works). Also Explored third-party and found DevEx & Telerik WPF Data Grid comes with the dynamic binding add/update/delete features, yet I have to code and see is it worth introducing third party dependency to get slightly better user experience.