Hi,
I have a web application with lots of WebDataGrids. Everywhere I use a boolean column the value is displayed as "true" or "false".
Because my software is German "true" or "false" are not very useful.
Is there a possibility to change the text? I know I could use InitializeRow to modify the cell content but then I have a problem with my column filter, because the column filter will sill display “true” and “false”.
Hi ThomasHepp,
You can localize the text of the filter drop down options (search for localize in the WDG forums). But you will still need to use initialize row event to set the cell text to what you want. In 11.1, there will actually be a BoundCheckBoxField that will display a checkbox rather than text.
regards,
David Young
Thank you. I will wait for the version 11.1