Every time I click on a RadDropDownList I get this message into my debug output window:
The thread 0x588c has exited with code 0 (0x0).
The 0x588c changes every time.
Any idea why is this happening? Is this a normal behavior of RadDropDownList or something?
Thank you for your time!!!
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 08 Sep 2022, 06:45 AM
Hello, Simos,
This seems to be more like a general programming question than related to the Telerik UI for WinForms suite. After some research, I have found the following useful threads that are quite useful on this topic:
I have already found this articles but I think the solution isn't just to disable thread exit messages. The reason I wrote to you is because this happens only when I use a RadDropDownList. Which means that apparently, something is "wrong" with RadDropDownList's code(?). Because, for example, if I do the same thing with a simple comboBox nothing happens!!!
Dess | Tech Support Engineer, Principal
Telerik team
commented on 09 Sep 2022, 12:00 PM
Hello, Simos,
By default, RadDropDownList comes with enabled drop down animation. For the smooth execution of the animation, it is being performed on another thread. Thus, the main UI thread is not frozen while the animation is performing. This explains the observed messages in the Output window. This is just an indication about the thread exiting and you shouldn't be bothered about it. You are also free to disable the animation in order to eliminate the messages.