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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:16:33+00:00 2026-05-31T05:16:33+00:00

In Silverlight 5, I have a DataGrid with a ContextMenuService.ContextMenu . If you click

  • 0

In Silverlight 5, I have a DataGrid with a ContextMenuService.ContextMenu. If you click a row to select, then right click, you just check the grid.selecteditem for context. However, if you right click a row without selecting it, you don’t have that row’s context when the menu opens. How do you get the DataContext row of the grid that was right clicked on when the context menu opens? The right click on the grid seems to be an option, but it is intercepted for the contextmenu and does not fire unless a contextmenu is already open/in focus.

I have found tons of examples of getting around the original issue with Silverlight 4 and detecting the rown on right click. However, the contextmenu now intercepts the rigth click of the grid, so those no logner work. I also found posts on ‘bugs’ with the initial relase of the ContextMenu. All these posts/blogs are making it hard to find a current answer or solution.

  • 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-31T05:16:33+00:00Added an answer on May 31, 2026 at 5:16 am

    yeah it seems like Silverlight 5 has changed something that breaks the old tricks.

    We’ve been doing this: add row enters on row load handler. EG:

    private void DataGrid_LoadingRow(object sender, DataGridRowEventArgs e)
    {
            e.Row.MouseEnter += new MouseEventHandler(Row_MouseEnter);
            e.Row.MouseLeave += new MouseEventHandler(Row_MouseLeave);
    }
    
    
    void Row_MouseEnter(object sender, MouseEventArgs e)
    {
            DataGridRow dgr = sender as DataGridRow;
            IncidentGrid.SelectedItem = dgr.DataContext;
    }
    

    pretty ugly i know, but it’s working.

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

Sidebar

Related Questions

I have a datagrid in my Silverlight-3 application. When I select a row in
I have a datagrid and I added silverlight 4 toolkit contextmenu to textbox in
I have a HyperLinkButton in every row of a datagrid in my silverlight app.
I have a Silverlight DataGrid of which I need to check if it has
I'm just beginning with Silverlight. I have a DataGrid whose ItemsSource is linked to
I have a Silverlight DataGrid that contains a single template column which displays a
I have a Silverlight DataGrid that's being populated with different types of data for
Continuing my problem from yesterday, the Silverlight datagrid I have from this issue is
I have a Silverlight 2.0 DataGrid that contains a list of items that needs
I have a Silverlight application that is using a DataGrid. Inside of that DataGrid

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.