DropDown designer error

Hello Radzen Team!

After the last update, all of my DropDowns that contained IEnumerable<int> stopped rendering in the designer.


public IEnumerable<int> Ports = new int[] { 25, 465, 587, 2525 };

Hi @kim,

Thank you for reporting this issue! It seems this is a regression caused by another design time fix. We will address that with the next Radzen release. Until then you can download the previous version and disable autoupdate.

1 Like

Hi @kim,

The current Radzen release should address this issue - we reverted the fix that was causing the problem.

1 Like