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
In that case have you tried the KeyDown event?
thanks for your reply, but our application is written in Silverlight and there's no such event as KeyPreviewEvent in SL.
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.
Hello Duane,
I need to submit a feature request, am I correct?
Hello SLAWOMIR,
When editing in the DateTimeColumn uses the XamDateTimeInput that takes priority over the xamGrid's behavior when pressing a key. At this point a product idea would be required to be submitted on your behalf in order to change focus on XamDateTimeInput to the next and previous row.
Let me know if I can provide any further assistance.