Filter Translation Question

1 Answer 92 Views
Filter Grid
ercan
Top achievements
Rank 1
ercan asked on 29 Jul 2022, 07:18 AM

I could not figure out how to localize filter message which is "0 selected items".  I check for the documentary doc

but could not applied it into my code.  Would glad if I could get a help

1 Answer, 1 is accepted

Sort by
1
Nikolay
Telerik team
answered on 02 Aug 2022, 01:52 PM

Hi Ercan,

Indeed, there has to be such a localization message, but it is currently missing. Below I am posting the issue that has already been logged and I have raised up its priority:

In the meantime, as mentioned in the description of the issue, you can use the selectedItemsFormat property to specify a custom format with Bulgarian wording:

$("#grid").kendoGrid({
  filterable: {
    messages: {
      selectedItemsFormat: "{0} custom message"
    }
  }
  // ......
});

Dojo demo: https://dojo.telerik.com/ujURuceh

Regards,
Nikolay
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Filter Grid
Asked by
ercan
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or