FlexGrid change cell A color based on changed value in cell B

Posted by: adobozi on 9 September 2025, 3:28 pm EST

    • Post Options:
    • Link

    Posted 9 September 2025, 3:28 pm EST

    I’m want to extend the ConditionalFormatting view in the FlexGridExplorer sample project. Currently it sets the OrderCount background color based on the OrderCount value. How can I extend this behavior so that after editing the OrderCount in the grid the OrderTotal background color also changes to the same OrderCount background color?

  • Posted 11 September 2025, 3:19 am EST

    Hi Attila,

    When a cell’s edit is completed and you want to refresh another cell, you can handle the CellEditEnded event of the FlexGrid and call its Refresh method. The attached sample project demonstrates a simple implementation where editing the OrderCount column also updates the color in the OrderTotal column.

    ConditionalFormattingMauiGrid.zip

    Best Regards,

    Kartik

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels