New to KendoReact? Start a free 30-day trial
Change the boolean operators text in the Grid filtering and the cell value of the column.
Environment
Product Version | 5.9.0 |
Product | Progress® KendoReact Grid |
Description
I want to change the boolean filter "Is True" and "Is False" with "Yes" and "No". The value in the cells should also show "Yes" and "No" instead of "true" and "false".
Solution
For changing the text for the boolean operators in the Grid, a LocalizationProvider with custom messages can be used. As for the values in the cells, the "cells" property of the column must be set to a custom cell.
Following is an example demonstrating this approach:
Change Theme
Theme
Loading ...