I am using GridDataBoundGrid bound to a Custom Collection which derives from CollectionBase. The objective is to Type the Collection as an abstract class named "SymbolBase". The items added to the collection will all derive from SymbolBase, but be of Type "Sub", "Part", etc.
The Grid works as expected so long as only one Type of object is in the collection, but as soon as I add a second type to the collection, I run into problems.
Can I bind a GridDataBoundGrid to a collection that contains different object types, but all derive from a common base class?