Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1055
Affect display of boolean BoundDataFields
posted
Normal 0 21 false false false DE X-NONE X-NONE

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”.