I have a ultragrid which is bound to a datatable, i update datatable in a thread (not a gui thread). My question is that while updating datatable do I need to delegate it on gui thread (so that update on grid happens in gui thread) or I can simply update datatable in any thread and infragistics grid takes care of updating itself in correct thread?
I couldn't find answer to simple question in infragistics online help or docs.
thanks
You need to update the data source on the UI thread. There are some similar discussions on the Infragistics forums, for example: one, two, three.