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
Post a Comment