The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
MSMonisha Saravanan Syncfusion Team February 21, 2022 09:26 AM UTC
Hi Gibson,
Greetings from Syncfusion support.
We suggest you to use AllowReordering property of Grid to achieve your requirement. To reorder programmatically you can use ReorderColumnsAsync. Kindly refer the below code snippet.
Similarly for the query related to selection, We can select the DataGrid rows either manually or programmatically. kindly refer the below documentation.