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
2387
Understanding implementing conditional formatting
posted

I am trying to understand how to put to use the Conditional Formatting Dialog.  There is a boolean value on each row of data that will indicate if a row in the UltraWinGrid should be highlighted or not.  I opened the Conditional Formatting Dialog for the boolean value, created a True Condition and set the appearance the way I want it.  Now how do I get that appearance to apply to a row?

Sam

Parents
  • 469350
    Offline posted

    Hi Sam,

    Assuming that your grid is bound to the data source at design-time, then you shouldn't have to do anything else. You just add the condition and apply some properties to the Appearance for that condition and that's it.

    If it's not working, then my best guess is that the grid is losing the layout from design-time to run-time. Maybe your code is loading a layout into the grid?

Reply Children