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