Add Images-option when displaying boolean in data grid - Mendix Forum

Add Images-option when displaying boolean in data grid

8

 

Whenever I want to display a boolean value in a data-grid, I rarely want to see the text 'true'/'false'. Usually a green check mark or a red cross fits my bill. 

To achieve this I now create an enumeration for this boolean and then connect images to both values. However, this seems quite elaborate and results in extra checks and balances throughout my app. 

It would be very helpful if an option was added for displaying boolean values in a data grid that would allow me to select images to display for both values.

asked
0 answers