I have a dataset table with various columns that are created during form load. These columns are currently either system.double or system.string types. And it is displayed in a datagridview. This works fine.
But I need another column that can store a "list" or some collection in the data table. A list of strings would do but a custom class would be better.
How is this usually done?
I have spent literally weeks googling this and I dont know where to start. The more I have looked the more confused I have ended up. I end up with more questions than answers, like how is it displayed in the datagridview? I read about a combo box?
I hope someone can give me some pointers in how to get this achieved. I've not posted any code as I think its more the theory of this I need help with.