Sorting multiple columns

Hello, I was wandering if there is a way to sort multiple columns in GridDataBoundGrid. I currently can only sort one column at a time. Thanks in advance.

1 Reply

AD Administrator Syncfusion Team November 4, 2003 11:37 AM UTC

In 1.6.x, there is no UI implemented to do this, but if you get the Datatable that is acting as the grid's DataSource, you can directly set the dataTable.DefaultView.Sort property to sort any number of columns. In the upcoming 2.0 release, multicolumn sorting is supported through the grouping grid.

Loader.
Up arrow icon