F
FrankVDL
Hi,
I'm trying to create my own datasource container :
public class QueryDispatcher : System.ComponentModel.Component,
IBindingList, ITypedList, IListSource, IList<BaseItem> {
...
}
The problem is that VS.net (2005 beta) doesn't see it as datasource.
When I put a queryDispatcher component and a grid on a form, the
dropdown box in the Grid.DataSource property stays empty !!
How can I make sure the QueryDispatcher is visible in the propertygrid
?
Did I forget to implement an Interface ?
Kind Regards
Frank Vanderlinden
I'm trying to create my own datasource container :
public class QueryDispatcher : System.ComponentModel.Component,
IBindingList, ITypedList, IListSource, IList<BaseItem> {
...
}
The problem is that VS.net (2005 beta) doesn't see it as datasource.
When I put a queryDispatcher component and a grid on a form, the
dropdown box in the Grid.DataSource property stays empty !!
How can I make sure the QueryDispatcher is visible in the propertygrid
?
Did I forget to implement an Interface ?
Kind Regards
Frank Vanderlinden