AD
Administrator
Syncfusion Team
December 12, 2005 11:53 PM UTC
The GridDataBoundGrid only directly sorts datasources that implement IBindingList.
If you use a GridGroupingControl, then that grid directly supports sorting for any IList datasource.
If you want to support sorting in GridDataBoundGrid with an ArrayList Datasource, then one way to do this is to have the objects in the arraylist implemeht IComparable. Here is a little sample showing one way you could od this.
http://www.syncfusion.com/Support/user/uploads/ArrayListSortInGDBG_6e21d24c.zip