Hi
I try to prevent the tab operation on XamGrid. ex, I want to prevent cell or row moving when tab key is pushed.What processing according to which timing should I implement ?Please tell me If exists ideas that solve such a problem,
Best regards,
Hi,
You can set the TabNavigation property on the xamGrid to Once:
grid.TabNavigation = KeyboardNavigationMode.Once;
Hope this helps,
-SteveZ
How can I prevent the Summary Row and Summary Cells from having a tab stop ?