I see in an example with the RadComboBox that someone can pick from a list of continents, then a list of countries and then a list of cities. Each of these request uses e.Text to get the current value. I need to be able to get not only the e.Text of the selected item but also the other combobox. For example, a person selects an item from a list, it loads all the items where that item is found in another combobox, when they then select from the 2nd combobox I need to get the value of both the comboboxes, the one the person has just selected and the 1st one. When I try to get the text on the first item it only shows me the item at position 0 which is a selection message.
How can I get the value from the 1st combobox and the 2nd to then load the 3rd with the value from the first 2?
Thanks
How can I get the value from the 1st combobox and the 2nd to then load the 3rd with the value from the first 2?
Thanks