datagrid : navigation keys

From: jjj (nelsonac_at_hotmail.com)
Date: 08/27/04


Date: Fri, 27 Aug 2004 14:10:48 +0800

hi,

I have a derived DataGridColumnStyle, with a custom textbox. If i press left
or right navigation keys, the custom textbox losses focus and move to other
cell, instead of moving position between the character in the textbox
(editing).

Tried to intercept navigation keys by overriding ProcessCmdKey, but that
only disable the Left and Right key.

Thanks.