Wednesday, 15 June 2011

javascript - Kendo Grid, how to translate bottom toolbar (count of pages, etc)? -



javascript - Kendo Grid, how to translate bottom toolbar (count of pages, etc)? -

i translate bottom toolbar in kendo grid component (count of pages, items per page,etc..), see image below.

i know how translate column filter, don't know how can translate bottom toolbar.

many advice.

you alter paging messages via grid pageable messages options:

pageable: { pagesize: 2, messages: { display: "showing {0}-{1} {2} info items", itemsperpage: "data items per page" } }

javascript jquery kendo-ui kendo-grid translation

No comments:

Post a Comment