Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » grid cell pop-up menu Collapse All
Subject Author Date
Paul Cowan Oct 31, 2007 - 1:48 PM

How do I change the pop-up menu for a grid text cell? The menu that appears has an Erase option, which I need to change. I’ve look in all the source and can’t find this menu.

Technical Support Nov 1, 2007 - 1:14 PM

This menu comes from the CExtEditBase class which is base for the CExtGridInplaceEdit cell inplace editor. See the CExtEditBase::OnContextMenu() method. What do you mean by changing, the menu item’s text or item action?