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.
Hi
I need to implement sorting on multiple columns within in the grid. I've looked through the sample code and only managed to find the Data.SortByColumn method which seems to only support single column sorting at a time. Is there anything built into the grid which can help me with this?
Thanks..
Martin
ADAdministrator Syncfusion Team August 7, 2003 02:33 PM UTC
If this is a GridControl, then there is currently nothing in the grid library that will do this for you.
If it is a GriddataBoundGrid bound to a DataTable, then you can use the datatable.DefaultView.Sort property to sort on multiple columns.