when you bring up this page you'll see a read only radnumerictextbox that is right-aligned in read only mode - it lets you click in the number area with the mouse or tab over to it.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<style type="text/css">
.RadNumericTextBoxRules
{
text-align: right;
}
.Local_RadNumericTextBox
{
width: 120px ;
}
</style>
<telerik:RadScriptManager ID="RadScriptManager1" runat="server" AsyncPostBackTimeout="300">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
</telerik:RadScriptManager>
Read Only
<telerik:RadNumericTextBox runat="server" ID="RadNumericTextBox2"
CssClass="Local_RadNumericTextBox RadNumericTextBoxRules" DataType="System.Int32"
NumberFormat-DecimalDigits="0" Width="120px" ReadOnly="true" ReadOnlyStyle-BackColor="White" ReadOnlyStyle-BorderColor="White"
ReadOnlyStyle-BorderStyle="None" ReadOnlyStyle-BorderWidth="0" ReadOnlyStyle-ForeColor="#53626F"
Border-Color="White" BorderStyle="None" border-width="0" Value="123.23" >
</telerik:RadNumericTextBox>
</div>
</form>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<style type="text/css">
.RadNumericTextBoxRules
{
text-align: right;
}
.Local_RadNumericTextBox
{
width: 120px ;
}
</style>
<telerik:RadScriptManager ID="RadScriptManager1" runat="server" AsyncPostBackTimeout="300">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
</telerik:RadScriptManager>
Read Only
<telerik:RadNumericTextBox runat="server" ID="RadNumericTextBox2"
CssClass="Local_RadNumericTextBox RadNumericTextBoxRules" DataType="System.Int32"
NumberFormat-DecimalDigits="0" Width="120px" ReadOnly="true" ReadOnlyStyle-BackColor="White" ReadOnlyStyle-BorderColor="White"
ReadOnlyStyle-BorderStyle="None" ReadOnlyStyle-BorderWidth="0" ReadOnlyStyle-ForeColor="#53626F"
Border-Color="White" BorderStyle="None" border-width="0" Value="123.23" >
</telerik:RadNumericTextBox>
</div>
</form>
</body>
</html>