Requirement: Display empty XamDataGrid with some unbound columns, and user wants to copy/paste data from Excel into the grid and save to database.
The Excel data columns are the same as format/number as the unbound columns in the grid.
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I handled the pasting command and add as many new Records as needed to the XamDataGrid. Also please note that you should have active Cell which is not in EditMode in order to have the functionality works correctly.
Hope this helps you.