I am trying to implement keyboard only navigation on a web application I am developing to meet accessibility requirements. I am running into problems with the Kendo Grid.
Here is a dojo: https://dojo.telerik.com/KUcMekCh
I have a grid with 2 locked columns with a button in the first column and a hyperlink in the second column, the other columns just have text. I set navigatable to true. None of my fields are editable.
When the user tabs to the grid, they first get the search bar in my custom grid toolbar. Next they tab to the button (which happens to be a bootstrap dropdown menu but I don't think that is relevant). Here is where the issues start:
Hi,
The switch is very tiny!
Best regards,
Laurent.
Hi,
What the hell is that bug with multiselect on last release?
Just type-in text of one list entry, select and admire...
Best regards,
Laurent.

Hi
Can Kendo diagram support drawing from a plain text format - maybe markdown driven - like mermaid.js ?
or do you have any sample code that can adapt?
Thanks
Chris

I have a kendo grid with several columns. The grid has in-cell editing enabled. I need the user to be able to press the tab key and ONLY tab between cells with focusable elements (such as a button) or editable cells. How would I accomplish this?
Note: the solution here does not work when you have grouped or filtered rows.
https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/skip-non-editable-cells-when-tabbing
Would like to check on how to achieve the following

I have a grid with a local data source and some editable cells. When a user changes one of the cell's values, it needs to run a few different api calls to get the new values for some of the other cells and then display those. The problem is that when I call .set("fieldName", "value") inside the save command, I get an endless loop. How do I fix this? I have attached a Dojo showing what I mean. If you change the name in the Dojo, the age and DOB should change to something else (I know my example is a little silly given the fields but this is just an example, my real fields are different). Instead, I get an endless loop in the console.

Hello Kendo UI team,
We are using Kendo UI for jQuery Spreadsheet and have encountered a border rendering issue that can be reproduced with a very simple setup and no custom configuration.
Initialize a basic Spreadsheet with default options.
Select the range A1:C3.
Apply borders to the selected cells (for example, all borders).
Select row 3 and delete the row.
After deleting row 3:
The top border of cell B1 disappears.
Other borders remain unchanged.
The final border state becomes visually inconsistent and unexpected.
The attached screenshots (step1 → step4) show the full process and the resulting issue.
Borders explicitly applied by the user should remain intact.
Deleting row 3 should not affect the top border of B1, since that cell is not part of the deleted row.
Is there any solution or workaround for this behavior?
Thank you very much for providing such a powerful and well-designed UI library. We really appreciate the work behind Kendo UI and would love to continue using the Spreadsheet component.

Hello Kendo UI team,
We are using Kendo UI for jQuery Spreadsheet and have encountered a border rendering issue that can be reproduced with a very simple setup and no custom configuration.
Initialize a basic Spreadsheet with default options.
Select the range A1:C3.
Apply borders to the selected cells (for example, all borders).
Select row 3 and delete the row.
After deleting row 3:
The top border of cell B1 disappears.
Other borders remain unchanged.
The final border state becomes visually inconsistent and unexpected.
The attached screenshots (step1 → step4) show the full process and the resulting issue.
Borders explicitly applied by the user should remain intact.
Deleting row 3 should not affect the top border of B1, since that cell is not part of the deleted row.
Is there any solution or workaround for this behavior?
Thank you very much for providing such a powerful and well-designed UI library. We really appreciate the work behind Kendo UI and would love to continue using the Spreadsheet component.

