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

Treelist only shows header row data in JAWS

1 Answer 58 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 11 Jul 2016, 09:06 PM

I have a dozen or so (hierarchical) rows in a treelist that contains five columns.  However, when I run JAWS, I see the grid caption and 5 x 1 (which I assume to relate to the five columns and the header row).  I also see that this is the case when I run it agains the treelist demo (http://demos.telerik.com/kendo-ui/treelist/index) -- Except that I see the grid information followed by 6 x 1 (there are six columns in the demo treelist).

Is this the correct behavior of the treelist with JAWS or is there something I'm missing (and that the demo is missing)?

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 14 Jul 2016, 09:35 AM

Hello Matt,

The TreeList scrollable property makes it break the header rows apart from the data rows. To have a single table in the TreeList, so that JAWS can read it completely, set scrollable: false to the TreeList, as shown in this Dojo snippet.

Regards,
Alex Gyoshev
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
TreeList
Asked by
Matt
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or