Version:
@progress/kendo-react-grid: 9.4.1
When using the nagivatable and filterable props on KendoReact's Grid component, the automatically rendered, the input elements for default filter cells are no longer in the tab order. However, the elements for custom filter cells are in the tab order, as expected.
Please see this stackblitz demo:
https://stackblitz.com/edit/react-ts-wzme7qjm?file=App.tsx
https://react-ts-wzme7qjm.stackblitz.io
This behavior appears to also be the case on KendoReact 10.0.0.
Is there a known work-around to ensure that the Input components for automatically rendered, default filter cells, are in the tab-order and are tab-focusable? If not, is this a known issue, and a plan to resolve this?
@progress/kendo-react-grid: 9.4.1
When using the nagivatable and filterable props on KendoReact's Grid component, the automatically rendered, the input elements for default filter cells are no longer in the tab order. However, the elements for custom filter cells are in the tab order, as expected.
Please see this stackblitz demo:
https://stackblitz.com/edit/react-ts-wzme7qjm?file=App.tsx
https://react-ts-wzme7qjm.stackblitz.io
This behavior appears to also be the case on KendoReact 10.0.0.
Is there a known work-around to ensure that the Input components for automatically rendered, default filter cells, are in the tab-order and are tab-focusable? If not, is this a known issue, and a plan to resolve this?