Declined
Last Updated: 04 Jun 2014 10:35 by ADMIN
Svetlin
Created on: 20 Feb 2012 07:43
Category: GridView
Type: Feature Request
2
IMPROVE. Makes RadGridView to be thread safe by using from BackgroundWorker
Makes RadGridView to be thread safe by using from BackgroundWorker
1 comment
ADMIN
Ivan Petrov
Posted on: 04 Jun 2014 10:34
All controls created with the WinForms technology are inherently NOT thread-safe. There are mechanisms developed especially for accessing controls from threads they were not created on. This following msdn article on "How to: Make Thread-Safe Calls to Windows Forms Controls" showcases couple of approaches for this purpose http://msdn.microsoft.com/en-us/library/ms171728(VS.80).aspx