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
105
ValueBasedAppearance across bands
posted

I have a grid that has a lot of bands and am wondering if there is a way to apply ValueBased conditions across the bands and columns.  For example, if the % > 10% then set the forecolor to red.

Parents
No Data
Reply
  • 23930
    Offline posted

    Hello,

     

    Thank you for posting in our forums.

     

    What you could do in order to achieve this is to use the InitializeRow event. It will fire each time a row has changed. In it you can check the value that you are interested in and apply the desired appearance to a cell in another column or band.

     

    I have attached a sample demonstrating this suggestion.

     

    Please let me know if you have any additional questions.

    WG_InitializeRowValueConditions.zip
Children