how do i make spinning buttons functional when radnumerictextbox is in readonly mode..?
I am using Telerik's with spinning Buttons... i need RadNumericTextBox is in Readonly mode but it need to update with spinning buttons...
<telerik:RadNumericTextBox ID="radntxt_TimePickers" AutoPostBack="false" runat="server"
MinValue="1" MaxValue="20" ClientEvents-OnValueChanged="radntxt_TimePickers_CreateTimePickers"
NumberFormat-AllowRounding="true" NumberFormat-DecimalDigits="0" NumberFormat-GroupSeparator=""
IncrementSettings-InterceptMouseWheel="true" Width="40px" ShowSpinButtons="true" ReadOnly="true">
</telerik:RadNumericTextBox>
It sounds like you want to make it readonly or not along with the spinning buttons.
You could use the code found here to make it readonly: http://www.telerik.com/community/forums/aspnet-ajax/input/radtextbox-set-read-only.aspx
Set it to false to make it editable.
Note that $find is specifically for ASP.NET