This is a migrated thread and some comments may be shown as answers.

How do I change the decimal separator in numeric input fields?

1 Answer 159 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 21 Aug 2013, 01:28 PM
I need to change the decimal separator to "," or, even better, apply a globalization-setting like 'de-DE' in a mobile environment, just
like the globalization demo for web applications: http://demos.kendoui.com/web/globalization/index.html

But when i try e.g.

  $("#amount").kendoNumericTextBox({
      format: "c2" //Define currency type and 2 digits precision
  });

i only get: '$("#amount").kendoNumericTextBox' is not a funtion. what should i do?

TIA Peter

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 23 Aug 2013, 10:45 AM
Hello Peter,

Numeric text box is a Web widget. You are likely to receive such error if your project contains missing references.
Did you by any chance included only kendo.mobile.min.js? If so, please use kendo.all.min.js instead or add manually the required JavaScript dependencies.

Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Peter
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or