Hi Team,
Navigatable={true} not working in kendo react grid
also i am unable to find navigation of react kendo documentation
https://www.telerik.com/kendo-react-ui/components/grid/api/GridProps/
Is there a way i can implenment navigatable = {true} in react kendo grid

Hi Team,
I have 2 different issue in kendo react grid
1. Table header are not associated with the table data.
Ex:Here screen reader should announces as 'Column 3 Commercial Bangalore Line of business button'
2.
Resizing page up to 400% is creating a loss of content or functionality



Hi,
I am using Upload functionality kendo react. Is there any possibility to customize the select file button and upload button. Here I attached the sample design.

https://www.telerik.com/kendo-react-ui/components/grid/api/GridFilterOperators/
I'm trying to understand customizing GridFilterOperators in the Grid's filterOperators prop. Is it possible to override the text field with a custom message than what's provided? How is "grid.filterGtOperator" resolved to "Is Greater Than" in the dropdown for GridColumnMenuFilter?
Thanks.

I tweaked the code from here https://www.telerik.com/kendo-react-ui/components/grid/filtering/#toc-column-menu-filter so that ProductName column uses the ColumnMenu. Here is sample app https://stackblitz.com/edit/react-3fufmw?file=app/main.jsx
In this example, why can I press the "enter" key to apply a text filter (e.g. the ProductName column), but for a number filter, the enter key does not apply and I have to click on the filter button?
Is this a bug? How can i make the "enter" key work with number filter?
Steps
click on ProductName hamburger menu, enter "ch", then press "enter" key while focused on text input. The filter is applied
click on ProductID hamburger menu, enter "1", then press "enter" key while focused on text input. The filter is not applied.
Thanks.

Hi Team,
We are looking for some option in DateTimePicker control, which can disable any specific day of the week (eg Fri/Sat/Sun) in DateTimePicker control.
Regards,
Sanjay

Hi Team,
When we are setting required property to true for Select type controls (for eg ComboBox) and then click Submit button, the mandatory validation appears. When I select the value on ComboBox control, the validation message still appears overlays on the options of ComboBox. This issue is coming in both chrome and Edge.
I validated this case in the demo provided in below URL:
https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/forms/#toc-setting-validation-requirements
I have attached the image for reference.
Regards,
Sanjay
