Hi,
Im currently having a problem about loading 2000 objects inside a DataGridiewComboBoxColumn.
The routin im currently using is very slow. I do a foreach-loop in my collection class, and then add the items one by one. I also tried threading (
www.codeproject.com/csharp/workerthread.asp) but the problem is the column reacts very late while the thread is not yet finished and also the AutoComplete of the column does not normally work until the thread stops. Any ideas on how to fast load lots of objects inside a DataGridiewComboBoxColumn?
Help!
Start Free Trial