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

Tab Issues with the Grid

3 Answers 142 Views
GridView
This is a migrated thread and some comments may be shown as answers.
GPJ
Top achievements
Rank 1
GPJ asked on 28 Jan 2009, 04:44 PM
Is there any way to omit the grid from the tab sequence on a page?  The grid eats a lot of tab key presses and I thought if I could set the grid "IsTabStop=false" attribute then at least i could skip over it, but that doesn't work.

As an aside, the TabNavigation attribute set to "once" also seems to have no effect.

3 Answers, 1 is accepted

Sort by
0
Accepted
Valentin.Stoychev
Telerik team
answered on 28 Jan 2009, 05:02 PM
Hello Greg Peter Joyal,

This is an issues with the current implementation. Internally this is done and will be availabe with the Q1 release.

The implementation on which we decided is to have TabNavigation.Once for the entire grid.

Kind regards,
Valentin.Stoychev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
D V
Top achievements
Rank 1
answered on 24 Feb 2009, 11:12 PM
Hello
Does Tab key work at all with in the radgrid? I have downloaded Pre-Release Dlls posted in another thread and for i can't get tab key to work at all regardless of how i set tabnavigation property. My Mark up is like this . I am trying to double click to enter edit mode and use tab to move between different cells on same row? Could this even be done? If this can't be done ,  i am not sure how any one can write a LOB application with these controls?

 

<telerik:RadGridView x:Name="gridViewUsers" AutoGenerateColumns="False" ColumnsWidthMode="None" IsTabStop="True" TabIndex="20" MultipleSelect="False" ShowColumnHeaders="True" Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2" ShowGroupPanel="False" CanUserReorderColumns="False" CanUserResizeColumns="False" FontFamily="Verdana" FontSize="12" VerticalGridlinesVisibility="Collapsed" TabNavigation="Cycle" >

 

 

 

<telerik:RadGridView.ItemsSource >

 

 

<Binding Path="Users" />

 

 

</telerik:RadGridView.ItemsSource>

 

 

 

<telerik:RadGridView.Columns>

 

 

<telerik:GridViewDataColumn IsReadOnly="True" HeaderText="User #" UniqueName="UserId" Width="80" >

 

 

 

</telerik:GridViewDataColumn>

 

 

<telerik:GridViewDataColumn IsReadOnly="False" HeaderText="* Name" UniqueName="Name" Width="200" HeaderCellStyle="{StaticResource requiredCell}" />

 

 

<telerik:GridViewDataColumn IsReadOnly="False" HeaderText="Status" UniqueName="Status" Width= "100" >

 

 

 

</telerik:GridViewDataColumn>

 

 

<telerik:GridViewDataColumn IsReadOnly="False" HeaderText="Email Address" UniqueName="EmailAddress" Width="200"/>

 

 

<telerik:GridViewDataColumn IsReadOnly="False" HeaderText="Phone #" UniqueName="PhoneNumber" Width="100"/>

 

 

<telerik:GridViewDataColumn IsReadOnly="False" HeaderText="Organization" UniqueName="OrganizationName" Width="100" CellStyle="{StaticResource purpleCell}"/>

 

 

<telerik:GridViewDataColumn IsReadOnly="False" HeaderText="Active?" UniqueName="ActiveUser" Width="100" CellStyle="{StaticResource checkBoxCell}" />

 

 

</telerik:RadGridView.Columns>

 

 

 

</telerik:RadGridView>

Thanks
Rao

 

0
Jordan
Telerik team
answered on 26 Feb 2009, 09:59 AM
Hi D V,

With the current implementation we don't support the scenario:
I am trying to double click to enter edit mode and use tab to move between different cells on same row.
 We are working on this limitation and will try to fix as soon as possible.

Kind regards,
Jordan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
GPJ
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
D V
Top achievements
Rank 1
Jordan
Telerik team
Share this question
or