Click here to Skip to main content
15,894,106 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ! For example a datagridview with three cells comboboxes. First cellname "Material" I choose between steel,aluminum and fiberglass. Second cellname "Color" should depend on first choice ex if steel blue,red and green, if fiberglass black and red or if aluminum silver,white and green. The last cells combobox items should depend on previus choise.
Is it possible without 200 rows of code.

Per
Posted
Comments
joshrduncan2012 7-Oct-13 16:43pm    
What have you tried so far?
Member 10321326 7-Oct-13 16:49pm    
Only choose a datagrid in toolbar and looked at the properties. Search on the web.
joshrduncan2012 7-Oct-13 16:52pm    
It won't be that bad to get all of the comboboxes to have choices banking off of previous selections. Look at SELECT DISTINCT with parameters and how that is designed. The parameters should be your previous combobox selections. This idea is the basis of my project here at work.

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