Hello,
Im Extremely new to the whole WPF and .Net thing so bear with me.
Im working with a datagrid that is bound to a SQL database with LINQ to SQL , I can update the database when user deletes rows, edits rows etc, but, I cannot figure out how to let them add a new row. UserCanAddRows is set to true.
Help?