This question is locked. New answers and comments are not allowed.
Hello everyone,
I'm trying to implement something really close to cascading combobox, yet not exactly like it.
Here is the senario:
- two Griview columns (e.g. continent & country)
- columns are of combobox type (so that you can choose different options in edit-mode)
- when grid is loaded, two columns are filled according to the data source binded
- in edit-mode, second combobox (i.e. country) only displays countries within the continent selected in the first column
- changing selected item of the first combobox(i.e. continent) refreshes the second combobox with default country (or "choose country" item)
The application I'm trying to build is much more complex; however, I tried to truncate as much information as possible to write above senario which is basically what I'm having trouble with.
When I followed the way many cascading combobox example implemented, second combobox always pointed the the first-of-line country to be listed for that continent.
Please help anyone~ T-T
