I don’t seem able to simply reference my dropdownlist control by specifying id of the control in this case. Any one able to help?
<asp:Panel ID="PnlRepImp" runat="server">
<div class="module-row">
<table>
<tr>
<td>
<telerik:RadComboBox ID="SelectRole" runat="server" Width="250px" Height="150px"
EmptyMessage="Select a Company" OnClientSelectedIndexChanged="PageMethods.LoadUsers(this);" EnableLoadOnDemand="true" ShowMoreResultsBox="true"
EnableVirtualScrolling="true">
</telerik:RadComboBox>
</td>
</tr>
</table>
</div>
</asp:Panel>
Also would appreciate information on how I could learn to do this in all cases.
you need to get the client id in your javascript like this