Hi I'm new to this site so please forgive me if this is the wrong forum.
I am developing a program which takes data from a reader (impinj) and displays results on a form.
The Datatable is filled on a separate thread to the main form, and as such I can only update the datagridview when the sub thread has completed. This results in a 5-10 second delay (dependant on read time) before the datagrid is updated.
I am at a loss as to how to update the datagrid in realtime (in Access it's easy, but cannot use access in this instance), any help would be appreciated
best regards
Richard