Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1650
Conditional Cell Style
posted

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'

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.

Children
No Data