Nuacht

This is an Example on Paging a WPF DataGrid with a DataTable. The DataGrid is interacted with by the user via buttons and the Code is simple and easy to replicate.
There is a DataGridView for each DataTable, which the user can view to decide what to import. The issue arose when setting the DataGridViews before it was populated with data.
This information needs to be displayed real-time in a datagridview in the main Form, and this table needs to be sortable.