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

Bug in format:

3 Answers 102 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
V N
Top achievements
Rank 1
V N asked on 08 Dec 2011, 06:00 PM
Hi,

I tried this format "# y.o." (as in age years old), and it crashed my IDE. It never appeared on the page correctly either.

3 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 13 Dec 2011, 11:42 AM
Hi V N,

The problem is caused by the format itself. The "." in the format is accepted as decimal separator, which will cause the toString() method to fall in infinitive loop. Currently the literals and excaping functionality is not supported. We will give all our best to provide some of the required features in order to support such format. For now I will suggest you to not use "." in the format as a literal.

As a gratitude for poiting this issue I have updated your Telerik points.

Regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Rahul
Top achievements
Rank 1
answered on 05 Apr 2013, 06:50 AM
Hi,

when using numerictextbox as an editor template inside grid,
I specified decimals to 3 and when I enter more than 3 decimals and click outside, it rounds it properly, but instead of clicking outside if I click inside the cell and outside the numerictextbox it converts to 2 decimals.
I think there's some issue with numerictextbox.

Thanks & Regards,
Rahul Dedhia
0
Georgi Krustev
Telerik team
answered on 10 Apr 2013, 06:47 AM
Hello Rahul,

 
I tried to replicate the depicted issue, but to no avail. Check this screencast and let me know if I am missing something.

All the best,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
NumericTextBox
Asked by
V N
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Rahul
Top achievements
Rank 1
Share this question
or