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 8155065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:33:36+00:00 2026-06-06T16:33:36+00:00

I am using MVVM pattern and I have one DataGrid with a column which

  • 0

I am using MVVM pattern and I have one DataGrid with a column which shows some picture if two boolean values are set to true. One value is in DataView (DtView) which is bind to generate rows and there is no problem with binding, but the other value is public property from ViewModel (same as where DtView is) and here is problem. I don’t know how to solve this.
Here is my code:

<DataGrid ItemsSource="{Binding Path=DtView}">
  <DataGrid.Columns>
    <DataGridTemplateColumn Header="Status">
      <DataGridTemplateColumn.CellTemplate>
        <DataTemplate>
          <StackPanel Orientation="Horizontal">
            <Image Source="../Images/a.png" Width="18" Height="18">
              <Image.Style>
                <Style TargetType="Image">
                  <Setter Property="Visibility" Value="Collapsed" />
                  <Style.Triggers>
                    <MultiDataTrigger>
                      <MultiDataTrigger.Conditions>
                        <Condition Binding="{Binding 'column from DtView'}" Value="True" />
                        <Condition Binding="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}, Path=Column from other DataView}" Value="True" />
                      </MultiDataTrigger.Conditions>
                      <Setter Property="Visibility" Value="Visible" />
                    </MultiDataTrigger>
                  </Style.Triggers>
                </Style>
              </Image.Style>
            </Image>
          </StackPanel>
        </DataTemplate>
      </DataGridTemplateColumn.CellTemplate>
    </DataGridTemplateColumn>
  </DataGrid.Columns>
</DataGrid>

If somebody can help me, than I would be really happy, because this is frustrating and I don’t know how to fix this code.

  • 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-06-06T16:33:37+00:00Added an answer on June 6, 2026 at 4:33 pm

    Try

    <MultiDataTrigger.Conditions>
        <Condition Binding="{Binding 'column from DtView'}" Value="True" />
        <Condition Binding="{Binding RelativeSource={RelativeSource AncestorType={x:Type DataGrid}},
                                     Path=DataContext.OtherDtView.Column from other DataView}" Value="True" />
    </MultiDataTrigger.Conditions>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to set up some binding. And FYI I'm using the MVVM pattern.
Using the MVVM pattern creating WPF applications you have the ViewModel providing data to
I have a WPF app that is using the MVVM pattern. Hooking up buttons
The application I'm currently writing is using MVVM with the ViewModel-first pattern. I have
I am programming WP7 application adhering the MVVM pattern. I have ViewModelLocator which ensures
when using mvvm pattern, when we have lists we use ObservableCollection<>. my question is
I'm trying to implement Menu in a Window using MVVM pattern. So I have
I am using Silverlight 4 and MVVM pattern for my application. I have a
We have application have been written in Silverlight using MVVM pattern. We need to
I have an application I am creating in WPF, using MVVM pattern. In this

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.