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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T05:34:11+00:00 2026-05-30T05:34:11+00:00

I have a WPF DataGrid that has another datagrid declared within the RowDetailsTemplate; <DataGrid

  • 0

I have a WPF DataGrid that has another datagrid declared within the RowDetailsTemplate;

<DataGrid name="dataGrid1" RowDetailsVisibilityMode="VisibleWhenSelected">
  ...
  <DataGrid.RowDetailsTemplate>
    <DataTemplate>
      <DataGrid name="dataGrid2">
        ...
      </DataGrid/>
    </DataTemplate>
  </DataGrid.RowDetailsTemplate>
</DataGrid>

When I CTRL-Click a row on the child DataGrid, it un-selects the parent datagrid’s SelectedItem and hides the RowDetailsTemplate.

I assume this is some kind of Routed Event behaviour, but I’ve tried to catch MouseDown/LeftButtonMouseDown on the datagrid but no event is fired. I’ve also caught the SelectedItemChanged event on the child datagrid and set e.Handled = true; but the event still triggers on the parent.

How can I stop the parent datagrid from unselecting when CTRL-Clicking a child DataGridRow?

  • 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-30T05:34:13+00:00Added an answer on May 30, 2026 at 5:34 am

    Catching PreviewMouseLeftButtonDown at the child control, setting e.Handled = true and dataGridRow.IsSelected = !dataGridRow.IsSelected fixed this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WPF DataGrid templatecolumn that has a DataTemplate for an AutoCompleteBox from
In my application i have a WPF Window that has a DataGrid in it.
I have a wpf datagrid that has it's columns generated dynamically in code and
I have a DataGrid in WPF app with several columns, including a Name column.
I have a user control that contains a WPF toolkit DataGrid . This control
I have a Windows Forms app, that has a single ElementHost containing a WPF
I have a WPF (C# and .NET 4) application that has a long running
I have a MainGrid in Wpf (not a DataGrid) it has 3 rows(0.1 and
I have an ObservableCollection of ViewModels that are sitting in a WPF DataGrid .
I have a WPF DataGrid which displays types that implement IDataErrorInfo. As expected when

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.