3 Answers, 1 is accepted
0
Hi Joan,
You could use RadTextBox with type number in template column.
The RadNumericTextBox on the other hand includes a lot of client scripts that will not work with combination of type="number", since the control is designed long before the html5 to be considerate, this is the reason the GridNumericColumn also does not have such property, since it renders RadNumericTextBox.
All the best,
Vasil
the Telerik team
You could use RadTextBox with type number in template column.
<
telerik:RadTextBox
InputType
=
"Number"
runat
=
"server"
> </
telerik:RadTextBox
>
All the best,
Vasil
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.
0

Joan
Top achievements
Rank 1
answered on 19 Apr 2012, 01:14 PM
Is ther a plan to solve it?
I really want to keep the numeric validation that the radnumerictextbox provides.
0
Hello Joan,
We will wait until the browsers become more consistent about rendering their features when using number, datetime, date, etc. HTML5 types. Currently they are making lot's of changes in every new version that is messing up with client side events. Without consistent working of the client events, the control could not update it's display format, error messages, empty messages and so on. Once the IE, Firefox, Chrome and Opera starts to behave closely and supports such types, we will do our best to support the NumericTextBox with combination of type="number". We don't want to break it on rest of the browsers for showing the numpad on one.
All the best,
Vasil
the Telerik team
We will wait until the browsers become more consistent about rendering their features when using number, datetime, date, etc. HTML5 types. Currently they are making lot's of changes in every new version that is messing up with client side events. Without consistent working of the client events, the control could not update it's display format, error messages, empty messages and so on. Once the IE, Firefox, Chrome and Opera starts to behave closely and supports such types, we will do our best to support the NumericTextBox with combination of type="number". We don't want to break it on rest of the browsers for showing the numpad on one.
All the best,
Vasil
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.