Hello
This works ok :
Dim obj1 As New ExpressionFormattingObject("MyCondition1", "MYDATE IS NULL", True)
obj1.CellBackColor = Color.YellowGreen
PeriodosGridView.Columns("MYDATE").ConditionalFormattingObjectList.Add(obj1)
But y need create ExpressionFormattingObject for detect when a value is greater than today
Is possible?
Thanks