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.