New to Telerik UI for Blazor? Start a free 30-day trial
Reorder Columns
Updated on Aug 28, 2026
The Grid lets the user reorder its columns by dragging their headers.
To enable the column reordering, set the Reorderable parameter of the grid to true.
To prevent the user from moving a certain column, set the column's Reorderable parameter to false. Note that the user can still re-arrange other columns around it.
Enable column reordering in Telerik Grid
Loading ...