Hi,
I've xamgrid with datetimecolumn (EditorDisplayBehavior set to Always). When user pressed arrow key (up, down) editor cotrol changes its value. It's possible to change this behaviour so that transfer focus to next/previous row?
Best regards
You can easily accomplish your task by simply handling the key press events yourself. I have attached a sample application that does what you want.
thanks for your reply, but our application is written in Silverlight and there's no such event as KeyPreviewEvent in SL.
In that case have you tried the KeyDown event?