Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Accessibility issues
posted

Hello everyone,

 I am facing some problems with accessibility matters on the UltraWebGrid control. I hope somebody could guide me in the right direction.

1. I cannot make the UltraWebGrid control accessible by keyboard. How can I make it posible?

Even though I have assigned a Tabindex value and i have setted the DisplayLayout.Section508Compliance value to true, I cannot get the focus on the grid via the keyboard.

2. How can I select a row via keyboard?

 I need to perform both operations (row select and cell select), so I have setted the DisplayLayout.CellClickActionDefault property to CellSelect

3. I have setted up a hierarchical webgrid.Once I select a row, I can easily navigate to the next row, expand/contract the tree for the records that posess detail records, all these operations by keyboard.

How can I access the detail records by keyboard? I want to be able to select the detail rows with the corresponding individual cells. How can I perform this?

4. I also need to perform the update/insert operations via keyboard. How can I access the "Add..." footer of the grid? Is there an alternative method to this? 

Can you help me with some answers to these questions? Are any of the features mentioned above not supported yet in the UltraWebGrid control?

Thank you,

C.

 

Parents Reply Children
No Data