I need to type big numbers in kendonumeric the problem is 3 digit separator only work after lost focus I need 3 digit mask apply during type like http://robinherbots.github.io/jquery.inputmask/
Asked
Active
Viewed 731 times
1 Answers
1
Use a jQuery mask for your inputs
add attribute at element
data-inputmask="'alias': 'decimal', 'groupSeparator': ',', 'autoGroup': true"
and then activate widget
$('[data-inputmask]').inputmask();

layonez
- 1,746
- 1
- 16
- 20
-
Actually i need to add a feature like jquery maskto kendonumeric – Amir Paziraee Dec 05 '15 at 07:16