This question is locked. New answers and comments are not allowed.
When there is a multiline textbox in the RowDetails of a RadGridView and the up or down arrow key is pressed, while at the top or bottom of the textbox respectively, the RadGridView selection moves to the previous / next row. Is this supposed to happen, and how can I prevent it from happening?
Edit: As a note, this appears to be happening with all unhandled events. I understand the functionality of passing unhandled events up the tree, but I'd like to know how to prevent that from happening in certain cases.
Edit: As a note, this appears to be happening with all unhandled events. I understand the functionality of passing unhandled events up the tree, but I'd like to know how to prevent that from happening in certain cases.