AD
Administrator
Syncfusion Team
June 20, 2003 06:05 PM UTC
It should be no problem to assign your collection to GridDataBoundGrid.DataSource and the grid will then pick up the collection.
One requirement is that in your derived collection class you need to have a strongly typed indexer/Item property.
There are some samples under DataBound\Hierarhical that bind to a custom colletcion.
Stefan