11. September 2014

KendoUI - Get globalization working for a grid via JavaScript

I was trying to create a grid via KendoUI which is globalized. I'm developing in ASP.NET but not using the Razor-extensions. I'm creating the grid via JavaScript (because I need ODATA and I failed to get it working using the Razor-extensions for KendoUI).

In the documentation on the Telerik-page I found various sites, for instance this one. But what is missing in there is that you need to include the file ./messages/kendo.messages.xx-YY.js (where xx-YY is your region-code).  Only if you include this file the strings in the grid (for filtering, paging, ...) will be translated.

Keine Kommentare:

Kommentar veröffentlichen