
Narsareddy
Top achievements
Rank 1
Narsareddy
asked on 04 Sep 2013, 08:17 AM
We are using RAD Grid.(2011.1.519.35)
For ADA compliance , we need to be able to browse through all the cells in the grid so that screen reader can read the data in each cell.
We are using bound fields and template fields
Issue is that the tab does not work for bound fields, it works only for the link button fields.
How can the tabbing be enabled for bound field as the same is required for ADA compliance.
Thanks,
For ADA compliance , we need to be able to browse through all the cells in the grid so that screen reader can read the data in each cell.
We are using bound fields and template fields
Issue is that the tab does not work for bound fields, it works only for the link button fields.
How can the tabbing be enabled for bound field as the same is required for ADA compliance.
Thanks,
9 Answers, 1 is accepted
0

Jayesh Goyani
Top achievements
Rank 2
answered on 04 Sep 2013, 11:14 AM
Hello,
Please check the below link.
http://www.telerik.com/community/forums/aspnet-ajax/grid/how-to-set-tab-index-of-telerik-rad-grid-in-edit-mode.aspx#2767085
Thanks,
Jayesh Goyani
Please check the below link.
http://www.telerik.com/community/forums/aspnet-ajax/grid/how-to-set-tab-index-of-telerik-rad-grid-in-edit-mode.aspx#2767085
Thanks,
Jayesh Goyani
0

Guruprasad
Top achievements
Rank 1
answered on 14 Nov 2018, 05:47 AM
Hi, Is there any solution for implementing tab order withing the cells of the radgrid for bound columns?
regards
Guru
0
Hello Guru,
RadGrid provides built-in keyboard navigation and in combination with Batch editing, you can tab through the cells:
https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
I hope this will prove helpful.
Regards,
Eyup
Progress Telerik
RadGrid provides built-in keyboard navigation and in combination with Batch editing, you can tab through the cells:
https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
I hope this will prove helpful.
Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Guruprasad
Top achievements
Rank 1
answered on 19 Nov 2018, 04:47 AM
Thanks Eyup for your reply.
I am looking for tab feature for bound column not editable columns. Is there one?
Best Regards
Guru
0
Hi Guru,
Could you elaborate on your requirement and send us sample screenshots and video to demonstrate the desired behavior?
Regards,
Eyup
Progress Telerik
Could you elaborate on your requirement and send us sample screenshots and video to demonstrate the desired behavior?
Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Guruprasad
Top achievements
Rank 1
answered on 03 Dec 2018, 05:18 AM
Hi Eyup, I just created a web page and added telerik rad grid and bound a data source collection.
The grid has all bound columns with no editable control.
Can the user use tab order to move the focus across different cells by hitting the tab button?
Below is the screenshot of the grid.
Let me know if you need further details
0
Hello Guruprasad,
Will the cells be editable? In this case you can check Batch editing:
https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
Regards,
Eyup
Progress Telerik
Will the cells be editable? In this case you can check Batch editing:
https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx
Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Guruprasad
Top achievements
Rank 1
answered on 05 Dec 2018, 04:18 PM
No sir. They are not editable. Just bound columns. Is there tab option for bound col umns or not?
0
Hi Guruprasad,
Generally, the grid provides built-in keyboard navigation for its items:
https://demos.telerik.com/aspnet-ajax/grid/examples/accessibility-and-internationalization/keyboard-support/defaultcs.aspx
Traversing group cells will require custom implementation having in mind that not elements are able to get focus:
https://www.w3.org/TR/html5/editing.html#focus
I suggest that you open a formal support thread and send us a very basic runnable isolated version of your project. Thus, we will be able to replicate the described scenario locally and provide more accurate and precise suggestions.
Regards,
Eyup
Progress Telerik
Generally, the grid provides built-in keyboard navigation for its items:
https://demos.telerik.com/aspnet-ajax/grid/examples/accessibility-and-internationalization/keyboard-support/defaultcs.aspx
Traversing group cells will require custom implementation having in mind that not elements are able to get focus:
https://www.w3.org/TR/html5/editing.html#focus
I suggest that you open a formal support thread and send us a very basic runnable isolated version of your project. Thus, we will be able to replicate the described scenario locally and provide more accurate and precise suggestions.
Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.