Trapping Delete in the Datagrid
When I am in the datagrid control and press delete, the entire row is deleted. However, I only want the contents of the cell to be deleted.
How can I trap the delete key and have it set the contents of that cell to null?
Thanks,
Joshua
|