Hi,
I have a RadComboBox as an element in a NestedViewTemplate of a RadGrid. There are also several labels in the nested view whose text I would like to change dynamically depending on the selected item of the combobox.
I tried:
from within cardsCombo_SelectedIndexChanged to try and get hold of it, to no avail (I guess I'm looking in the wrong place).
So my question is, how do I implement SelectedIndexChanged functionality from within the nested view?
Any help would be greatly appreciated.
Cheers,
Christian
I have a RadComboBox as an element in a NestedViewTemplate of a RadGrid. There are also several labels in the nested view whose text I would like to change dynamically depending on the selected item of the combobox.
I tried:
RadComboBox combo = (RadComboBox)CustomerGrid.MasterTableView.Items[0].ChildItem.FindControl("cardsCombo");
from within cardsCombo_SelectedIndexChanged to try and get hold of it, to no avail (I guess I'm looking in the wrong place).
So my question is, how do I implement SelectedIndexChanged functionality from within the nested view?
Any help would be greatly appreciated.
Cheers,
Christian