Thank you for a wonderfull product !
I want to access a RadComboBox client-side that is nested inside a RadToolbar which is placed in the CommandItemTemplate of a RadGrid like this (simplified):
I want to access a RadComboBox client-side that is nested inside a RadToolbar which is placed in the CommandItemTemplate of a RadGrid like this (simplified):
<telerik:RadGrid ID="RadGridInstalled">
<
MasterTableView>
<CommandItemTemplate>
<telerik:RadToolBar ID="RadToolBarAddSoftware">
<
Items>
<telerik:RadToolBarButton>
<ItemTemplate>
<telerik:RadComboBox ID="RadComboBoxAddSoftware">
To further complicate matters, the radgrid is placed in a usercontrol which is loaded from the main aspx page.
I need the client-side java-script to read the value from the RadComboBoxAddSoftware when a toolbar-button is clicked.
I hope you are able to help me.
Kind regards,
Ronnie