moongirl129
Programmer
I've been using a bindinglist to databind a list of objects to a datagridview in the project I am working on. The bindinglist type is 'Issue' where 'Issue' is a custom object. However, there has been a small change in the spec and I think I am now going to have to use a custom collection as the bindinglist doesn't quite provide what I need. Can anyone tell me a good article or tutorial on custom collections? I have seen a little info about building a custom collection class and inheriting CollectionBase and iBindingList but I'm not sure if this is the only option or the best way. Any suggestions?