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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:59:32+00:00 2026-06-11T22:59:32+00:00

I currently have a RadGridView that I attach a context menu to. I subscribe

  • 0

I currently have a RadGridView that I attach a context menu to. I subscribe to the ItemClick event and handle whatever was clicked in that method. This worked fine with RadControls for Silverlight Q2 2012, but after applying the RadControls for Silverlight5 2012 2 0813 hotfix, the functionality is partially broken.

The functionality I want still works in-browser, but when running the application out of browser (OOB), clicking anywhere or pressing keys on a keyboard after opening the context menu (by right clicking on the GridView) causes the context menu to close. The closed event is never fired after clicking on the context menu, it is only fired if I click outside of the context menu. The context menu opening event always gets hit, but the item clicked event is only triggered when the application is running in browser.

The only way I was able to keep the menu open and available to click on is by setting the ContextMenu property StaysOpen to true, but I do not want the menu to stay open like this. I checked the themes for the RadContextMenu and they look identical in both of these Telerik versions.

Here is an example of the code behind (the xaml contains of 1 gridview named ‘grid’):

 public MainPage() {
  InitializeComponent();
  RadContextMenu contextMenu = new RadContextMenu { FontSize = 10 };
  contextMenu.Opening += ContextMenuOpeningHandler;
  contextMenu.ItemClick += ContextMenuItemClickHandler;
  StyleManager.SetTheme(contextMenu, StyleManager.GetTheme(grid));
  RadContextMenu.SetContextMenu(grid, contextMenu);
}

private void ContextMenuItemClickHandler(object sender, RadRoutedEventArgs e) {
   new RadWindow { Content = "Item Clicked!" }.ShowDialog();
}

private void ContextMenuOpeningHandler(object sender, RadRoutedEventArgs e) {
  RadContextMenu contextMenu = (RadContextMenu)sender;
  contextMenu.IsEnabled = true;
  contextMenu.Items.Clear();
  contextMenu.Items.Add(new RadMenuItem { Header = "item 1" });
  contextMenu.Items.Add(new RadMenuItem { Header = "item 2" });
}

Any help or suggestions would be greatly appreciated.

Thanks,
Misha

  • 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-11T22:59:34+00:00Added an answer on June 11, 2026 at 10:59 pm

    This question was answered on the Telerik Forums.

    I ended up manually fixing this problem by using the StaysOpen=True property when right clicking in the grid. Then I manually closed the context menu on click of an item.

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

Sidebar

Related Questions

Currently have a drop down menu that is activated on a hover (from display:none
I currently have an app on Heroku that keeps throwing errors from this one
I currently have a XSLT 2.0 Stylesheet that I am trying to remove empty
I currently have one project that currently contains multiple packages. These packages make up
I currently have a deployed app (fortworth.herokuapp.com) that I am attempting to sort movies
Currently have this code defining getter/setter for an object's selectedID property. The object is
I currently have: Range(Z1).Interior.Color = RGB(255, 255, 255) But this wipes out the borders
I currently have a closure table used for hierarchical data that has 5 million
I currently have a web application that is utilizing Spring Security hosted on a
I currently have this in my code tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(updateLeftLabel:)]; which

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.