Telerik Forums
Kendo UI for Angular Forum
0 answers
153 views

I want to display the number in the following format

1000000 => 1 000 000

<kendo-numerictextbox id="quota"
[min]="-1000000"
[max]="1000000"
[decimals]="0"
[format]="'n0'"
[autoCorrect]="true"
/>

What needs to be done for this?

Dmitry
Top achievements
Rank 1
 asked on 13 Oct 2023
1 answer
107 views

Does the kendo-numerictextbox support tooltips? I cant seem to find any documentation on it.

The placeholder wont do as its gone after text is typed.

Yanmario
Telerik team
 updated answer on 01 Sep 2023
0 answers
53 views
I am using MaskedTextbox and NumericTextbox for our form but i don't see any template to add prefix and suffix icon as regular kendo textbox, please let me know if they will have their own template 
Huynh
Top achievements
Rank 1
 updated question on 06 Jul 2023
1 answer
249 views

Hi, we are looking for the input, dropdowns which has this outline design in the material theme but we are not able to find it. 

 

It'd have been better if we have this.

 

something like this https://codepen.io/finnhvman/pen/xyOORQ

 

Thanks.

0 answers
46 views

I have a very specific requirement that among others, asks to let the user input the decimal numbers the way they want. 

Example: 

User input:
1 -> display as 1
1.00 - > display as 1.00

I know there is no default pattern for it, but I can't even listen to the event of ValueChange when the user types "1.0". There is an event for "1" but nothing for ".0"

Bruno
Top achievements
Rank 1
 asked on 15 Aug 2022
1 answer
63 views

Hello

I have a question. On click of a label, I want my kendo numeric textbox to have focus, but it is not working. Following is my code.

<label for="kid">Currency</label>

<kendo-numerictextbox
  [attr.id]="'kid'"
  [format]="formatOptions"
  [min]="min"
  [max]="max"
  [step]="step"
  [autoCorrect]="true"  
  [spinners]="false"
  [formControl]="control"
  [changeValueOnScroll]="false"
>
</kendo-numerictextbox>

Issue is because, at the run time kendo generates a random ID, and appends that ID to the input box(.k-input) , instead of appending the id given by the user as above. This is causing the issue and focus is not set on input box when clicking in label. Could you please check it and suggest a solution.

"@progress/kendo-angular-inputs": "^9.0.0",

 

Thank you

Hetali
Telerik team
 answered on 08 Jun 2022
1 answer
268 views

Hi

How to apply number format in Kendo numeric steeper in dynamically (ex, lakhs to a million & a million to lakhs)

 

Thanks & Regards

A.Thamaraikannan

Martin
Telerik team
 answered on 30 May 2022
1 answer
105 views

How do you right align input when displayed, and left align input on focus? 

Hetali
Telerik team
 answered on 05 Apr 2022
1 answer
89 views

Hey,

I am using Kendo Angular numerictextbox.

Unlike the Vue and JQuery version, Angular version does not have "round" property.

How can I prevent rounding ? Could you please add this feature to new version ?

Best Wishes.

Svet
Telerik team
 answered on 28 Dec 2021
1 answer
559 views
I have a kendo grid with one column in the percentage format. Currently I am using the built in numeric filter with format = {0:p4} but when I enter 2 for example, the value is automatically multiplied by 100 and converted to 200.0000%. I don't want it to automatically multiply my input value by 100. How can I prevent that?
Hetali
Telerik team
 answered on 09 Dec 2021
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?