Is it possible to set a conditional cell style, just as you can create conditional appearances?
Here is what I am after:
I have a column in my grid that is of style 'Button' or 'Edit Button'. Based on data in other columns I would like to set the style of the cell to 'Edit'
Hi,
You can do this using the InitializeRow event.You can examine the value of any cell in the row being initialized and then set the Style on the cell you want.