Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
Context Menu from Active Cell
posted

Hi,

Ideally what I would like to do is add a menu item to the context menu provided by infragistics that pops up when you do a right mousedown inside an active cell (i.e. undo, cut, copy, paste etc.).  If not that I would like to override the infragistics popup with my own context menu.

Thanks

Rich

Parents
  • 12773
    Suggested Answer
    posted

    Hello Rich,

    The menu you referred is default, and can’t be modified. Is shown when grid cell goes into edit mode, the grid positions a regular Microsoft TextBox control over the cell to allow editing. All you can do is apply a new ContextMenu to the grid and replace it with your own.
    See the following article how to create custom ContectMenu:
    http://forums.infragistics.com/forums/p/25609/93975.aspx#93975
    And also you I believe that the following article will be very useful how to show context menu on the grid : http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=8483

    I hope this helps.

    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.

Reply Children