I have a list of objects with a BindingList so I can let the user edit with a DataGridView. For the moment I set the datasource in code to the BindingList, but I can't remember how to add columns in the designer. I seem to remember I set the Datasource in the property list in the designer, then browsed to Object, Add project Data Source, Selected object type, and somehow I was able to select the BindingList or Object List somehow in there, but there are none visible. Can you remind me how to do that or point me to a good tutorial or video?
↧