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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -