Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7700649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:45:28+00:00 2026-05-31T22:45:28+00:00

Searched a lot about this problem but never found a answer, that solved it.

  • 0

Searched a lot about this problem but never found a answer, that solved it.

I´ve got the following CheckboxColumn in a WPF datagrid:

<DataGridCheckBoxColumn Header="Erledigt" Binding="{Binding Path=erledigt}"  />

The variable erledigt contains 0 or 1. Now I want, that if the Checkbox is checked, the cellbackground is green.
Hopelessly searched for a checked property. How can I manage this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T22:45:30+00:00Added an answer on May 31, 2026 at 10:45 pm

    You could add a CellStyle to the column in which you just use a DataTrigger on erledigt, you don’t need the IsChecked property itself. Using the ElementStyle and EditingElementStyle you should be able to add a normal Trigger on IsChecked as the style should be one applied the CheckBoxes, however the scope would also be limited to the CheckBoxes themselves and not the cell.


    <DataGridCheckBoxColumn.CellStyle>
        <Style TargetType="DataGridCell">
            <Style.Triggers>
                <DataTrigger Binding="{Binding erledigt}" Value="1">
                    <Setter Property="Background" Value="LightGreen"/>
                </DataTrigger>
            </Style.Triggers>
        </Style>
    </DataGridCheckBoxColumn.CellStyle>
    

    You can also bind to the CheckBox.IsChecked from the cell level, this has the effect that the colour will be changing right away instead of after committing the change which then affects the bound property. To do so change the trigger in the CellStyle to this:

    <DataTrigger Binding="{Binding Content.IsChecked,
                                   RelativeSource={RelativeSource Self}}"
                 Value="True">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I searched a lot about this problem but the only results I get is
I have searched about this matter a lot but, I didn't get a proper
I searched lot about this topics but can't find a proper solution. I am
I have searched a lot about the difference between Website and WebApplication but didn't
I searched a lot but I can't find an answer. In my contact.php I
I've searched a lot within SO but I can't find the right answer for
Hy there I searched a lot on google, but couldn't find an answer. Maybe
I have searched a lot about this topic and I can't get this code
I've searched a lot and the common cause of this problem is attr_ascessible :model_attributes
hey guys i searched a lot but there is a little topics discussed about

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.