I have a input like this ....................
<input type="text"
name="hello23"
pattern="\d{10}"
data-type="number"
data-bind="value:hello23"
data-role="numerictextbox"
role="spinbutton"
class="k-input k-invalid"
aria-valuenow="123"
style="display: none;" aria-disabled="false" aria-readonly="false" aria-invalid="true">
in the runtime I try to bind data-pattern-msg="my custom message" but it is not working.
Can I do using kendo ui ??