I am designing a new page and decided to 100% telerik, no asp controls. I have a question on the radTextbox, it says its HTML5 compatabile for an input type but when I put an input type of numbers and go into IE11, it still allows text in the text box, I would think this would only allow numbers. I see there is a radNumericTextbox that achieves my numbers on textbox, but why both if they support HTML5?
<td style="width:25%;text-align:right">Est. Attendance:</td> <td><telerik:RadTextBox ID="txtAttendance2" runat="server" Width="80px" MaxLength="4" InputType="Number"></telerik:RadTextBox> <telerik:RadNumericTextBox ID="txtAttendance" runat="server" Width="80px" MaxLength="4"></telerik:RadNumericTextBox> </td>