Hello Team,
I needed to select RadCombox1 and disable using javascript but I found $find with RadCombox returns null.Is there any work around for this because I am currently blocked on this?
the value of badRad is null. Can someone help?
Thanks,
Nsi.
I needed to select RadCombox1 and disable using javascript but I found $find with RadCombox returns null.Is there any work around for this because I am currently blocked on this?
1.<telerik:RadComboBox ID="RadCombox1" runat="server" >2. <Items>3. <telerik:RadComboBoxItem Text="Aba" Value="1" />4. <telerik:RadComboBoxItem Text="Enugu" Value="2" />5. </Items>6. </telerik:RadComboBox>7. 8. var badRad = $find("<%= RadCombox1.ClientID %>");the value of badRad is null. Can someone help?
Thanks,
Nsi.