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.