Enable column reorder by setting the AllowColumnReorder property to true. Define column initial order using column OrderIndex property.
In this demo ID and Photo columns have Reorderable="false" to prevent moving them, Last Name uses OrderIndex="1" and First Name uses OrderIndex="2" to set initial order, and reorder events are logged to the console.
ID | Photo | Last Name | First Name | Title | Birth Date | Hire Date | Address | City | Region | Postal Code | Country | Home Phone | Extension | Notes |
|---|
Console log
Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under
MIT