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

HierarchyChildTemplate: Tabbing navigation

1 Answer 25 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bruno
Top achievements
Rank 1
Bruno asked on 16 Sep 2013, 03:06 PM
hi

In our Application we have a GridView with a HierarchyChildTemplate with this Content:
<DataTemplate x:Key="HierarchyChildTemplate">
   <StackPanel>
      <TextBox TabIndex="1"/>
      <TextBox TabIndex="2"/>
   </StackPanel>
</DataTemplate>

The Problem is now that it's not possible to navigate from the first TextBox to the second TextBox with Tabulator.
The Focus will lost.
Is a Workaround available for this?

Thank you,
Bruno

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 19 Sep 2013, 07:33 AM
Hi,

It is impossible to navigate from the first TextBox to the second as the GridView handles the "Tab" key and executes additional commands when the user press this key.
You can redefine how the GridView handles it creating your own custom keyboard provider. Please refer to our online documentation for further details. It also shows some sample code. 
 

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Bruno
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or