I have the following code in my aspx page:
<telerik:RadNumericTextBox ID="radbox" runat="server" Type="Currency" ReadOnly="true" Value="100"></telerik:RadNumericTextBox>
When I run this page, click on the read only control and then click somewhere else on the screen the value 100 disappears.
7 Answers, 1 is accepted
0
Hello Marcel,
The issue you mentioned is already fixed by our developers. This change will be part of RadControls for ASP.NET AJAX Q1 2008 which is expected in the middle of March.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The issue you mentioned is already fixed by our developers. This change will be part of RadControls for ASP.NET AJAX Q1 2008 which is expected in the middle of March.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Webguy
Top achievements
Rank 1
answered on 16 Feb 2010, 10:02 PM
Did this ever get fixed because I have the most current controls from 2010 Jan and I have a Rad Numeric Text Box in a footer with a read only property turn to true and it comes back with a zeros?
0
Hello Mark,
RadNumericTextBox works as expected on my end. Please provide more information on how to reproduce this problem. Which version of RadControls should I use, what browser, etc. If possible, attach a sample project (to a formal support ticket) with reference to this thread.
Thank you for your cooperation.
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
RadNumericTextBox works as expected on my end. Please provide more information on how to reproduce this problem. Which version of RadControls should I use, what browser, etc. If possible, attach a sample project (to a formal support ticket) with reference to this thread.
Thank you for your cooperation.
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

John
Top achievements
Rank 1
answered on 05 Feb 2013, 07:11 PM
I am still having this problem with ie9 and disabling a RadNumericTextBox.
0

Princy
Top achievements
Rank 2
answered on 06 Feb 2013, 05:34 AM
Hi John
The RadControls version I am using is 2013, 1, 130, 35 and tested it in IE9 and everything worked perfectly as expected on my end.
Please try updating your RadControl version and let me know your concern.
Thanks
Princy.
The RadControls version I am using is 2013, 1, 130, 35 and tested it in IE9 and everything worked perfectly as expected on my end.
Please try updating your RadControl version and let me know your concern.
Thanks
Princy.
0

John
Top achievements
Rank 1
answered on 06 Feb 2013, 07:08 PM
We are currently using 012 Q2 SP2 (2012.2.607)
0
Hi John,
You can workaround this issue by using the following CSS rule
I hope this helps.
Greetings,
Galin
the Telerik team
You can workaround this issue by using the following CSS rule
span.riSingle .riTextBox
{
line-height
:
normal
!important
;
}
I hope this helps.
Greetings,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.