I have a page which display simple value with this control & JS, appreciate anyone could correct my mistake below. Thanks.
*Remove all un-necessary code to simplified sample code
Javascript
kendo.culture("tr-TR");
<script src="@Url.Content($"/cultures/kendo.culture.tr-TR.min.js")"></script>
HTML
<span data-format="n2" data-bind="text: TotalCompletePrice" />
if less than 100K, the value display fine -->12.232,00
but, when the value over 100K it will display like below which is incorrect format
Wrong- 1.24.544,00
expected-124.544,00
Hi Woon How,
I tested the reported behavior. However, on my end the nunmber 124544.567 is displayed as 124.544,57 when using the n2 format. Here is a Dojo example where you observe the behavior - https://dojo.telerik.com/DNsQyBZQ. Could you please review it and let me know if I am missing something?
Looking forward to your reply.
Regards,
Neli