This is a migrated thread and some comments may be shown as answers.

(TabStopMode)

1 Answer 147 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Gary
Top achievements
Rank 1
Gary asked on 23 May 2017, 09:53 PM

I am using a GridView.

I am trying to tab from one control to the next, but I am forced to hit 'tab' twice.

First click of tab key gives the GridViewDataColumn focus, then the next gives the focus to the control in the GridViewDataColumn.

How do I avoid this and just let each tab go from one textbox to the next (avoid hitting tab twice by also giving focus to the cell)?

GridViewDataColumn.TabStopMode="Skip" does nothing!

GridViewDataColumn.Focusable="False" also does nothing!

 

 

 

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 26 May 2017, 09:03 AM
Hello Gary,

I tested the TabStopMode=Skip and this seems to work on my side. Can you check the attached project and let me know if I am missing something?

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
GridView
Asked by
Gary
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or