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 » Grid and Delete button Collapse All
Subject Author Date
Pavel Pavlov Oct 24, 2005 - 1:54 AM

Hello!


How to disable deleting line in grid when pressing Delete button? When I edit cell content and press Delete I want to delete next char from caret not total line!

Technical Support Oct 24, 2005 - 10:40 AM

Prof-UIS doesn’t delete the grid line when the Delete button is pressed. It seems to be related to your implementation or a bug somewhere in your code. What you need to do is to declare a CExtGridCell-derived class and implement the WM_KEYDOWN handler. If the problem persists, please send us a sample project that demonstrates the problem.