We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Multi Column Sorting

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

1 Reply

AD Administrator 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.

Loader.
Live Chat Icon For mobile
Up arrow icon