NullReferenceException in RadzenDataGrid.razor.cs 3.18.4 onwards

Hi
A NullReferenceException is thrown when changing column visibility in the function UpdatePickableColumn() because selectedColumns is null.
I think it needs to only execute the code if AllowColumnPicking is set?
This was also found by @konnextv and commented on in the commit log
Regards

1 Like

Thanks for the report! We will publish update tomorrow with fix for this, in the meantime you can use the previous version.

Update: I’ve just published Radzen.Blazor 3.18.6 with fix for this included.

1 Like