Binding DataGrid columns to members of a collection.
One of these public properties of each object is a custom collection inherited from DictionaryBase. How can I bind my datagrid to members of the dictionary?
Thank you!
One of these public properties of each object is a custom collection inherited from DictionaryBase. How can I bind my datagrid to members of the dictionary?
Thank you!
http://support.microsoft.com/default.aspx?scid=kb;en-us;325682
The key here seems to be the PropertyDescriptor that allows us to present properties and write code to determine what they will be connected to.
Anyone have any better solutions or comments?
-mark
Program Manager
Microsoft
This post is provided "as-is"