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 General Discussion » Begin edit in grid cell with F2 Collapse All
Subject Author Date
Thomas Aust Jan 11, 2006 - 2:31 PM

How can I implement editing a grid cell by type F2 ?

Technical Support Jan 12, 2006 - 8:42 AM

Just implement the WM_KEYDOWN handler to process when the VK_F2 key is pressed and invoke the CExtGridBaseWnd::EditCell() method which activates the in-place editor control for a specified cell. The default parameters are set in a way to start editing the focused cell.