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
close icon

Sorting with an Array-datasource

Hi, sorting (by clicking on a columns header) doesn''t work if the datasource is an array of objects (the columns are the object''s properties). Is there a way to do the sorting with an array as datasource? I can''t use a table :-(. Greetings Falk

1 Reply

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

Loader.
Live Chat Icon For mobile
Up arrow icon