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

Numbers formatting issue since upgrade to Kendo UI Q1 2016 SP1

1 Answer 18 Views
Globalization
This is a migrated thread and some comments may be shown as answers.
Davy
Top achievements
Rank 1
Davy asked on 02 Apr 2016, 08:18 AM

Hello,

With numbers of 10 digits and more, I have a formatting issue even using kendo.toString() in jquery or DisplayFormat through field decoration on Class ViewModel.

For exemple, 2 458 200 256 using kendo.toString(number, "#,###.###;(- #,###.###);0") will return 24 582 00256 which is totally wrong.

Before upgrade everthing was working correctly. If I want to correctly format number, I need to use kendo.toString(number, "#,###,###,###.###;(- #,###,###,###.###);0");

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 06 Apr 2016, 07:06 AM
Hello Davy,

The described issue is a known problem described here: Until the issue is fixed, you will need to use the aforementioned workaround.

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