Prevent Deleting cell values

I want to prevent the user from clicking delete in a gridcontrol. I have tried to capture this in the key_down and key_press events but it doesn't affect checkbox and other celltypes. Any Help would be great, Peter

2 Replies

AD Administrator Syncfusion Team December 18, 2002 05:41 PM UTC

Try CurrentCellKeyDown and CurrentCellKeyPress. Stefan


AD Administrator Syncfusion Team December 18, 2002 06:49 PM UTC

and of course try also handling the ClearingCells event. Stefan

Loader.
Up arrow icon