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

TabIndex order problem in Telerik RadGrid

1 Answer 250 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Aaquib
Top achievements
Rank 1
Aaquib asked on 07 Dec 2016, 05:14 PM

Hi,

I am facing an issue with the tab index order. The expected tabindex order should be ‘header – body – footer’ but the order is ‘header – footer – body’. After tabbing the last column in header, the tab should go to first checkbox in the 1st row, but the tab is going to the page nation in the footer, and after that it goes to the first checkbox in the 1st row. I checked in the developer tools and noticed that Telerik control renders in html as <thead>, <tfoot> and <tbody> which is disturbing the tab index order. Please let me know how can i resolve this issue? I am using 2016 version of telerik.ui.dll.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 12 Dec 2016, 06:45 AM
Hello,

Note that this is the standard order of the table element and you cannot change the way it renders. However, you can check out the following forum thread where the same issue is already discussed and a possible solution is provided.

Regards,
Kostadin
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
Tags
Grid
Asked by
Aaquib
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or