V 
		
								
				
				
			
		VM
In the thread, I create a tableX and fill it with data. When I set the
grid's source to this tableX, I get a compiler error "Controls created on
one thread cannot be parented to a control on a different thread". I think
this occurs because the grid wasn't created during the thread. How would I
be able to set its datasource from within the thread?
Thanks again.
				
			grid's source to this tableX, I get a compiler error "Controls created on
one thread cannot be parented to a control on a different thread". I think
this occurs because the grid wasn't created during the thread. How would I
be able to set its datasource from within the thread?
Thanks again.