Interception of Delete key

What should I do to display a warning when user presses Delete key to remove currently selected rows? Thanks, Gene DataBoundGrid 1.6.1.6

1 Reply

AD Administrator Syncfusion Team October 1, 2003 04:56 PM UTC

You could handle the RowsDeleting event. Set e.Cancel = true if you do not want the rows to be deleted. Stefan

Loader.
Up arrow icon