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
No Data
Reply
  • 138253
    Offline posted

    Hello,

     

    I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.

Children