Regression in DataGrid sorting UI

It looks like the UI regressed somewhere as the DataGrid now shows sorting adorners on all RadzenGridColumns regardless of AllowSorting value (which default is false). My app suddenly was showing them and even me setting AllowSorting=false, it is still showing them. My current production app does not show them.

It looks like 1.0.8+ may have regressed this behavior. My currently deployed app without them is using 1.0.8

Thanks for the report! It will be fixed immediately!

Hi @timheuer,

Unfortunately I'm unable to reproduce it using our DataGrid demo. Second column Sortable is set to false:

I've tried also AllowSorting="false" and here is the result:

Please check if you are using our embedded CSS and JavaScript:

<link rel="stylesheet" href="_content/Radzen.Blazor/css/default.css">
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>

Please post your DataGrid definition also to test it locally.

Best Regards,
Vladimir

Take a look at https://tacticview.azurewebsites.net.

Then

Tactivview-staging.azurewebsites.net

Both using same grid definitions.

Source. GitHub.com/timheuer/tacticview

The issue was caused because of Font Awesome CSS (you've added it because of GitHub logo probably) and a bug in our DataGrid header cells rendering. Fixed immediately and the NuGet will be uploaded shortly! Due to better support of @bind-Value we've made a change in our Form components - added typeparam. Please let me know if you have any problems to update to our latest version.

Got it. I’ll take the update later this morning and redeploy.

Thanks for the investigation.

Fixed and deployed to staging...thanks for the quick fix!

1 Like