how can i make the delete key delete a column in the grid. i can't find it in the deletekeyaction?
is there a way or should i handle it by code?
The Delete key will only affect rows. You would have to use code to respond to the delete key and remove the relevant column.