AD
Administrator
Syncfusion Team
May 24, 2005 04:12 PM UTC
If you are considering using a GridDataBoundGrid, then using an ArrayList as a datasource will not have the sample functionality as using a DataTable. You will not be able to sort it or filter it out of the box. You would have to add such support for an ArrayList DataSource if you need it.
If you use a GridGroupingControl, then you would be able to sort and filter without additional work.