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 sort

1.Can we make sorting on multiple columns? If yes: how? 2.Is it possible for both GridControl and GridDataBoundGrid Control?

1 Reply

AD Administrator Syncfusion Team January 27, 2004 04:46 PM UTC

Multicolumn sorting is supported in the GridGroupingControl in the upcoming 2.0 release. It is not directly supported in either GridDataBoundGrid or in GridControl. Writing some code would allow you to do it in either control. In GridDataBoundGrid, if you DataSource is a DataTable, you can catch the click event yourself, use the DataTable.DefaultView.Sort property to implement multicolumn sorting. In GridControl, it would take more work.

Loader.
Live Chat Icon For mobile
Up arrow icon