The Enter event of the RadCheckedDropDownList is not firing. I have MessageBox.Show("Hello"); in the body of the event and not shows up.
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 01 Apr 2022, 12:22 PM
Hello, Toan,
Note that RadCheckedDropDownList internally contains a RadAutoCompleteBoxElement that handles the mouse input. I have prepared a sample code snippet demonstrating how to handle the MouseEnter event and show a message: