There is a WPF application where the DataGrid selects data from the Mysql database. Is it possible to send to the database a newly added row (entirely) from the DataGrid a? I found the roweditending property — great, but I don’t understand how to transfer the data from the Grid a fields to the database fields.
ps For example, similar is implemented in HeidiSQL, but only by cell. Help to understand, thanks!