Declined
Last Updated: 06 Apr 2022 14:02 by ADMIN
Created by: Jonas
Comments: 0
Category: Globalization
Type: Feature Request
2
We are using you "number formatting API" (http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting) to display the numbers on our webpage.   

For that, your API works fine as long as we round the numbers. E.g.: 

kendo.toString(10.12, "n0"); //  will result in 10
kendo.toString(10.99, "n0"); //  will result in 11
But we have some use-cases where we have to cut/truncate the number so that:

kendo.toString(10.999, "n0"); // SHOULD result in 10
Here we just want to cut all decimals without any rounding, but I can´t find this option in your API documentation !!
I think this is a very basic use-case which should be handled by your low level API !
Declined
Last Updated: 23 Dec 2021 09:55 by ADMIN
Created by: Canh Toan
Comments: 1
Category: Globalization
Type: Feature Request
1
I am developing a Vietnamese Web Application, using Kendo UI for ASP.NET MVC. But I cannot find out resource language (*.DLL) for Vietnam. Please send me it, thanks alot! 
Declined
Last Updated: 25 Nov 2014 16:41 by Vahid
Created by: hosein
Comments: 2
Category: Globalization
Type: Feature Request
1
Hi
the fa-IR culture seems using wrong culture. the culture for fa-IR and arabic culture must not be the same.
for example in Arabic instead of using Saturday they use "السبت" but in fa-IR Culture they use "شنبه".
Also when using fa-IR culture the calendar must be changed to Persian Calendar (or Jalali Calendar) but after changing culture it is using Gregorian Calendar.
Thanks