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

  • Home
  • SEARCH
  • 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 7959453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:34:34+00:00 2026-06-04T04:34:34+00:00

In a StringGrid, sometimes I get the unwanted menu below when I right-click. Is

  • 0

In a StringGrid, sometimes I get the unwanted menu below when I right-click. Is this a Windows popup?

popup screen capture

How to I prevent this popup from appearing rather than my own?

I have goAlwaysShowEditor in my Options.

I have set StringGrid.PopupMenu to my popup.

I’ve set StringGrid.OnMouseDown to show my popup if it’s a right click.

  • 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-04T04:34:34+00:00Added an answer on June 4, 2026 at 4:34 am

    You can override the virtual CreateEditor method like this way (not a good solution though, I know :-):

    type
      TStringGrid = class(Grids.TStringGrid)
      protected
        function CreateEditor: TInplaceEdit; override;
      end;
    
    implementation
    
    function TStringGrid.CreateEditor: TInplaceEdit;
    begin
      Result := inherited CreateEditor;
      TMaskEdit(Result).PopupMenu := Form1.PopupMenu1;
    end;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i m using stringgrid in my application.The data is fetched from the database(backend mysql)
Click me $('.clickme').click(function(event) { event.preventDefault(); var stringId = $(this).attr(id); var mId = stringId.substring(2) ....
I want to use this query: var queryData = from va in xdoc.Descendants(language) select
I have ListView (vsReport) and StringGrid and what I want is if I click
Why am I getting this error, I replaced a stringgrid with a listview, I
I'm having a problem with using a TStringGrid and Popup menu I want to
I created few user defined types in my database as below CREATE TYPE [dbo].[StringID]
I know it's important to keep user interface code separated from domain code--the application
I'm using Delphi 7 and QuickReports on Windows 7. Normally QuickReports require a DataSet
I have this code: template<typename T> T* Factory<T>::GetObject(const char* type) { StringID typeID(type); map<StringID,

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.