Hello,
I can't find an example of how to implement a combobox that is filtered by the selected value of another combobox. I have a grid that needs to display Country - City. I have a country table (CountryID - Name) and a City table (CityID-Name - CountryID). I'm binding the first combobox to the country table and the other to the city table. How can I get the city comobobox to display only the cities based on the country that the user selected?
Thanks!
Silvina.
I can't find an example of how to implement a combobox that is filtered by the selected value of another combobox. I have a grid that needs to display Country - City. I have a country table (CountryID - Name) and a City table (CityID-Name - CountryID). I'm binding the first combobox to the country table and the other to the city table. How can I get the city comobobox to display only the cities based on the country that the user selected?
Thanks!
Silvina.