I have a Grid setup and some of the fields are boolean. I have added a filter to the columns. For the boolean fields the filter now shows "Is true" and "Is false". Is it possible to change these labels to something else?
2 Answers, 1 is accepted
0
Accepted
Filip
Telerik team
answered on 12 Nov 2021, 01:05 PM
Hello, Bernd,
It is possible to change the labels of the boolean filter by using KendoReact Grid internationalization feature. We prepared an example that illustrates this approach:
Yes, this would work but how would it work if I have multiple boolean fields and would like to name the filters seperatly for each field? Would that work too?
Filip
Telerik team
commented on 16 Nov 2021, 02:17 PM
Hi, Bernd,
It is possible to change the names of multiple filters as well by using a custom filter cell, like shown in the following example: