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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -