In a Winform application, how can I manage this case : I have a datagridview, with 2 columns, each contains a datagridviewcombobox
In the first I would list the constructor of some vehicles (BMW, FORD, etc) In the second I would like that the content of the combobox is refreshed depending what I selected in the first combo, for example to display the model of the car
Thank you for any help
Best Regards
Austin