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
685
How to make ComboBoxField change background color based on selected value
posted

Hi,

I want the ComboBox Cell in my grid to change color based on the selected value. For example, if I choose the value Red, I want to see a red background for that cell.

How can I achieve that? expecially I want the color to be added on top of the existing theme and effects.

Thanks

<Custom:ComboBoxField Name="Status" ItemsSource="{Binding Source={StaticResource MyStatus}}"></Custom:ComboBoxField>

Parents Reply Children
No Data