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

 

Parents
  • 33839
    Verified Answer
    posted

    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

Reply Children
No Data