I have a WinForms-App with .NET 8
I put two Controls in the Form (nothing else, not one line of code)
private Telerik.WinControls.UI.RadDropDownList radDropDownList1;private Telerik.WinControls.UI.RadSpinEditor radSpinEditor1;
The SpinEditor does not Spin, updown-buttons don't work, updown-keys don't work.
The Dropdownlist, does not dropdown when clicking on the down-arrow (it does nothing then)
but it drops down when clicking in the white textbox area.
I changed my version back to 2025.2.520, what I used before, and everything works perfect.
Something happened in this library update. It's unusable as it is now.
