Content-Length: 78382 | pFad | http://docs.telerik.com/kendo-ui/controls/numerictextbox/formats

jQuery NumericTextBox Formats - Kendo UI for jQuery
New to Kendo UI for jQueryStart a free 30-day trial

Formats

The NumericTextBox accepts only numeric entries and its specific format defines the conversion data type—for example, currency or percentage.

The following example demonstrates how to render a currency NumericTextBox.

html
 <input id="textbox">

 <script>
    $("#textbox").kendoNumericTextBox({
        format: "c2" // Define the currency format signified with the letter "c" and a two-digit precision.
    });
</script>

The following example demonstrates how to render a percentage NumericTextBox.

html
<input id="textbox">

 <script>
    $("#textbox").kendoNumericTextBox({
        format: "p", // Define the percentage format signified with the letter "p".
        value: 0.15 // 15 %
    });
</script>

See Also

In this article
See Also
Not finding the help you need?
Contact Support








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://docs.telerik.com/kendo-ui/controls/numerictextbox/formats

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy