How to hide a cell of a Grid used as a list based on a value.
I am using a Grid as a list to show s service response list of values
A score variable determines if the cell shoud be visible or not.
I need to hide a cell if the score result is bellow a certain value.
Any tip ?