Show date coulmn as Red in datagrid if date is less than 15 days from current date.

1
How can i achieve this in Datagrid ,the conditional formating of datagrid column  that has date value: Show date column as Red in datagrid if date is less than 15 days from current date.
asked
1 answers
2

A good option would be to use the datatables widget from the appstore: https://appstore.home.mendix.com/link/app/2702/ 

This allows you to style rows or cells depending on the data in the row or cell. 

You still might need to create a boolean or something to indicate that the date is less than 15 days from current date time.

answered