Hi Michael,
Kendo UI does not have control over the device keyboard by design. You can achieve this with the simple HTML elements like:
<input type="text" pattern="\d*"> for iOS
<input type="number"> for Android
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!