Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Sir/Madam,
how to find control in item template of multicolumn radcombobox in javascript?
For Example,
i have radnumerictextbox in the radcombo

XML
<telerik:RadNumericTextBox ID="Ins_unitprice" runat="server" MaxLength="10"  autocomplete="off" NumberFormat-DecimalDigits="4"

ShowSpinButtons="True" Width="60px" Height="18px" Skin="Web20" OnChange="return calculate_item_price();" >
</telerik:RadNumericTextBox>



I have to get this textbox id in JavaScript

Thanks in Advance
Posted
Comments

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900