Click here to Skip to main content
15,900,325 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i've been trying to create a dictionary that implements IBindingList for the last 2 days and I can't seem to get it working...can someone please point me towards an example that implements IBindingList and binds a dictionary to a dataGridView.

Thanks in advance,
-DA
Posted

1 solution

You can look at the following: http://social.msdn.microsoft.com/Forums/en-US/winformsdatacontrols/thread/34be21b1-5673-42a3-86b5-911a5a94a75c[^].

Does not appear to be any easy way to convert dictionary to BindingList, so guess you need to use a foreach loop.
 
Share this answer
 
v2
Comments
d.allen101 19-Jun-12 17:10pm    
thx but that link only says that it's complicated to do and it has a link to amazon recommending a book...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900