mvvm - How to allow hyphen in kendo numerictextbox? -


(function ($) {                $("#numeric").kendonumerictextbox({         format: "-"       });                } 

unable add hyphen in middle of text box

then have use kendomaskedtextbox

$("#mytextbox").kendomaskedtextbox({                         mask: "000-00000000"                     }); 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -