The data table in the following code is filled with 7500-+ records. This all loads quickly from the server. The problem is that it takes a while to loop through the data rows to
Try this:
cboColours.DataSource = dtColours 'For Windows Forms or
cboColours.DataSource = dtColours 'For Windows Forms
cboColours.ItemsSource = dtColours 'For WPF