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
This should help:
FAQ:Mouse events such as MouseDown, MouseUp, and DoubleClick do not fire when the mouse is over a cell that is in edit mode.
Hi Dimi,
I don't think this works for me. I do not get the mousedown event when the cell is the active cell. If I right mouse click over the cell when it is not the active cell I get the mousedown event. I need to be able to edit a cell but also recognize the mousedown event. Anything I can do?
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#93975And 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=8483I hope this helps.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.