Hi Francois,
Thanks for using Syncfusion product.
We analyzed your query regarding conditional styling to be evaluated on editing and your requirement can be achieved by styling with Converter. Please find the example below,
<Style x:Key="rowStyle" TargetType="syncfusion:VirtualizingCellsControl">
<Setter Property="utils:SetterValueBindingHelper.PropertyBinding">
<Setter.Value>
<utils:SetterValueBindingHelper Property="Background" Binding="{Binding Column1,Converter={StaticResource converter}}"/>
</Setter.Value>
</Setter>
</Style> |
Please find sample from the link below,
Please refer to the UG link below for more details on conditional styling,
Please let us know if you need further assistance.
Regards,
Jagadeesan