FIX. There is an exception in RadForm when calling the ShowDialog method from another thread.
1. Create a new project and add a button.
2. On button click show a new RadForm by calling its ShowDialog method from another thread. You should use Invoke.