javascript - Kendo Grid, how to translate column menu? -



javascript - Kendo Grid, how to translate column menu? -

i translate column menu in kendo info grid (see image below).

im able translate messages , operators this:

filterable: { mode: "row", messages: { info: $translate.instant('select'), and: $translate.instant('and'), or: $translate.instant('or') }, operators: { // redefine string operators string: { contains: $translate.instant('contains'), doesnotcontain: $translate.instant('not_contains'), startswith: $translate.instant('starts_with'), endswith: $translate.instant('ends_with'), eq: $translate.instant('is_equal_to'), neq: $translate.instant('not_equal_to') } } },

how can translate menu items?

many advice.

datagrid has alternative column menu messages

columnmenu: { messages: { columns: "choose columns", filter: "apply filter", sortascending: "sort (asc)", sortdescending: "sort (desc)" } }

javascript jquery kendo-ui kendo-grid translation

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -