Hi,
I've got a little problem here I can't figure out. Ive got a combo box in a form that chooses a certain material specification. For example you choose specification for house.
After you choose this specification I want another combo box to populate with the items from the specification for the house
So I assume you create a list in C# when the first spec is chosen with the items from the spec. Then how do you bind this list to the datagridcomboboxcolumn? every row should have a new instance of this combobox.
Any help would be greatly appreciated!
Thanks!