Base Control:
public partial class CtlDataGrid<CollectionClass, InfoClass> : CtlBase
where CollectionClass : BaseCollection<InfoClass>
where InfoClass : BaseInfo
{
Primary Control:
public partial class CtlClientManagerDatabase :
CtlDataGrid<ClientManagerCollection, ClientManagerInfo>
It compiles fine and my application works, but when I try to open the
primary control in the designer, it gives me an error that says that the
base control cannot be built.
Are there any plans to resolve this situation in the future? Are there any
work-arounds for using generics with controls and forms??
Thanks,
Chuck Cobb