Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to change the culture of Kendo Grid?

I want to change the kendo Grid culture to nl-NL. . I have researched on internet and they suggest me that you just have to include the dll of that culture. . I have done that already and I have also referenced the same. I have also called that cuture using Kendo.Culture("nl-NL"); still not working

like image 347
Sanket Avatar asked Feb 16 '23 12:02

Sanket


1 Answers

Make sure you have also set the server-side culture. A lot of info is available in the documentation: http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/globalization

like image 71
Atanas Korchev Avatar answered Feb 28 '23 00:02

Atanas Korchev