I added a single condition for valuebasedappearance of column. Value >10 then backcolor = Red. At design time the value the grid defaults to is 24 and hence I see the backcolor change to red. However at run time when I add a new row to an empty grid the appearance doesn't change when I put in a value > 10.
Dan
Dan,
Are you sure that the value has been committed at this time? If you simply type the value in, the appearance isn't going to change. Does it update if you add another row, or possibly just put focus on a different cell?
-Matt