Hi,
Using C# I have programatically added a RadToolBarButton (a), which has an ItemTemplate containing a RadComboBox (b).
I also have another RadToolBarButton (c).
When I click (c) I would like to know the SelectedItemIndex of (b).
I have tried attaching to the SelectedIndexChanged event of the RadComboBox when the ItemTemplate is bound, however the event never fires.
Any help would be greatly appreciated as I am against a brick wall here!
Sean Duffy.
Using C# I have programatically added a RadToolBarButton (a), which has an ItemTemplate containing a RadComboBox (b).
I also have another RadToolBarButton (c).
When I click (c) I would like to know the SelectedItemIndex of (b).
I have tried attaching to the SelectedIndexChanged event of the RadComboBox when the ItemTemplate is bound, however the event never fires.
Any help would be greatly appreciated as I am against a brick wall here!
Sean Duffy.