• What is KendoReact
  • Getting Started
  • Server Components
  • Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Change the boolean operators text in the Grid filtering and the cell value of the column.

Environment

Product Version5.9.0
ProductProgress® KendoReact

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 "cell" property of the column must be set to a custom cell.

Following is an example demonstrating this approach:

Example
View Source
Change Theme:

In this article

Not finding the help you need?