Hi,
In our MAUI app we’re using Syncfusion SfDataGrid with DataGridTextColumn, DataGridNumericColumn, and DataGridComboBoxColumn. We need conditional cell styling:
If a user enters a value greater than 5, that cell’s background should turn red; otherwise it should use the default background.
For combo boxes, if the user selects “Invalid”, that cell’s background should turn red; otherwise it should be the default.
Please advise the best way to implement this behavior.
Thanks!