Merrion
Well-known member
I have a usercontrol and one of its members is a type safe collection (inherited from CollectionBase.DictionaryBase).
Now I want this collection to be bindable (read-only) to a datagrid. I have added the attribute <Bindable()> to the property and implemented IListSource in the control and returned this list from GetList() overloaded function but it doesnt show up in the datagrids bindings.
What step(s) am I missing?
Thanks in advance,
Duncan
Now I want this collection to be bindable (read-only) to a datagrid. I have added the attribute <Bindable()> to the property and implemented IListSource in the control and returned this list from GetList() overloaded function but it doesnt show up in the datagrids bindings.
What step(s) am I missing?
Thanks in advance,
Duncan