How to fix columns in certain position in DataGrid?

Referring to this demo: Blazor DataGrid Component - Column Reorder | Free UI Components by Radzen

When a column is set to Reorderable="false" it is still possible to move another column in front of it. Even when Frozen="true".

Is there a way to "pin" columns to the front of the grid and avoid other columns to be dragged in front of it? These columns don't need to be frozen.

datagrid_fixed_columns

Niels

Hi @niels,

No, this isn't possible. Reorderable="false" columns cannot be reordered but other columns can be put before them.