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

Add pager items to tab order via dataBound not working

4 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 24 Feb 2014, 09:08 PM
I'm trying to add the pager items in my grid to the tab order (to satisfy a11y issues logged by a11y group).  Since I need to have the pager items added to the DOM first, I am hooking this into the dataBound event (b/c I couldn't find another event that was a better choice).  The problem is that the pager items' tab order isn't being updated.  Any ideas why?

dataBound: function (e) {
  $('#' + e.sender.element[0].id + '>div[data-role=pager]>a.k-link').attr('tabindex', '0');
},

Thanks,
--Ed

4 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 25 Feb 2014, 11:05 AM
Hello,

Please post your question in below forum.
Kendo UI Grid Forum

Thanks,
Jayesh Goyani
0
Ed
Top achievements
Rank 1
answered on 25 Feb 2014, 04:54 PM
This is the grid forum.  The breadcrumbs at the top of this page are: 
  Telerik Forums / Kendo UI Web Forum / Grid /
... and when I follow the link you posted, I can see this question in the list of recent questions.

So, what is the problem with the post?

--Ed
0
Jayesh Goyani
Top achievements
Rank 2
answered on 25 Feb 2014, 05:12 PM
Sorry by mistake i post reply.
0
Accepted
Dimo
Telerik team
answered on 26 Feb 2014, 08:41 AM
Hello Ed,

Please refer to the following forum post, which provides more information on the matter:

http://www.telerik.com/forums/tabbing-with-tabindex-attribute-in-grid#pe21bb6mlUe76reTrOV_CQ

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Ed
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Ed
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or