[Solved] SpinEditor and DropDownList got Bugs in Version 2026.2.702

2 Answers 66 Views
DropDownList SpinEditor
Endre
Top achievements
Rank 1
Endre asked on 16 Jul 2026, 12:19 PM

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.

2 Answers, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 16 Jul 2026, 02:01 PM

Hello Endre,

The reported behavior is already fixed. The fix is included in the 2026.2.715-preview version of our controls. You can update the assemblies to their latest version. May I ask you to update the assemblies/nuget and share whether the reported behavior is still observed?

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Modernizing a WinForms application? Use the AI-powered WinForms Converter to simplify migration to Telerik UI for WinForms.
Martin Hamilton
Top achievements
Rank 1
Iron
Iron
Veteran
commented on 17 Jul 2026, 12:54 PM

what do we do.... do we just overwrite the files in the 48 folder with the preview files?

E.g. will that update the GAC

Dinko | Tech Support Engineer
Telerik team
commented on 17 Jul 2026, 01:58 PM

In the first post, it was mentioned that you are using the .NET 8 version of our controls. In that case, you can update the AllControls NuGet to that version:

Martin Hamilton
Top achievements
Rank 1
Iron
Iron
Veteran
commented on 20 Jul 2026, 06:59 AM

I'm using .net 4.8

is there a particular dll or dlls that need to be overwritten such as wincontrols.dll?

and if I overwrite them will it update the GAC in the case of using .net 4.8

Endre
Top achievements
Rank 1
commented on 20 Jul 2026, 04:09 PM

Yes thanks, it's fixed with this update.

So I just learned, using the preview is less buggy, then using your release versions.
0
Martin Hamilton
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 20 Jul 2026, 06:59 AM

I'm having the same issue using .NET 4.8

is there a particular .dll (like WinControls.dll) that needs to be overwritten - if there are others please let me know about them as well.

and since I'm using .net 4.8 will simply overwriting the dll(s) update the GAC in this case?

Dinko | Tech Support Engineer
Telerik team
commented on 21 Jul 2026, 12:43 PM

Hi Martin,

You will need to replace all assemblies referenced in your project. You can download the Preview version from your account. You can follow the steps listed in the Download Product Files. As you are using assemblies and not NuGet in your case, you can download the first ZIP file:



Then you can extract the files from the ZIP on your machine. Then you can replace all assemblies referenced in your project with the preview version that you have just downloaded. 

This approach can be used until our next official version is released. It is scheduled for mid-August. You can use the preview version so that you can continue working on your application without any errors.

Tags
DropDownList SpinEditor
Asked by
Endre
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Martin Hamilton
Top achievements
Rank 1
Iron
Iron
Veteran
Share this question
or